#455B77

Color #455B77 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #455B77

Tints of Chambray #455B77

Color information

#455B77 (or 0x455B77) is unknown color: approx Chambray. HEX triplet: 45, 5B and 77. RGB value is (69,91,119). Sum of RGB (Red+Green+Blue) = 69+91+119=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #455B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B77 is #BAA488. Grayscale: #575757. Windows color (decimal): -12231817 or 7822149. OLE color: 7822149.

HSL color Cylindrical-coordinate representation of color #455B77: hue angle of 213.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455B77 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6991119-
CMYK0.420.2400.53
HSL213.6º26.6%36.86%-
HSV(B)213.6º42.02%46.67%-
XYZ9.5310.0818.9-
YUV87.61145.71114.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=24.73%
G=32.62%
B=42.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69911190.420.2400.53213.626.636.86
Hex455B772A18035d61b25
Octal10513316752300653263345
Binary1000101101101111101111010101100001101011101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B77; }

 p { color: rgb(69,91,119); }

 H1.HeaderClassName
 {
   color: #455B77;
 }
 .AnyTagClassName
 {
   color: #455B77;
 }
</style>
background-color css

<style>
 a { background-color: #455B77; }

 a { background-color: rgb(69,91,119); }

 div.DivClassName
 {
   background-color: #455B77;
 }
 .BgClassName
 {
   background-color: #455B77;
 }
</style>
border-color css

<style>
 span { border-color: #455B77; }

 span { border-color: rgb(69,91,119); }

 td.TdClassName
 {
   border-color: #455B77;
 }
 .TagClassName
 {
   border-color: #455B77;
 }
</style>