#455C77

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

Shades of Chambray #455C77

Tints of Chambray #455C77

Color information

#455C77 (or 0x455C77) is unknown color: approx Chambray. HEX triplet: 45, 5C and 77. RGB value is (69,92,119). Sum of RGB (Red+Green+Blue) = 69+92+119=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #455C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C77 is #BAA388. Grayscale: #585858. Windows color (decimal): -12231561 or 7822405. OLE color: 7822405.

HSL color Cylindrical-coordinate representation of color #455C77: hue angle of 212.4º 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 #455C77 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6992119-
CMYK0.420.2300.53
HSL212.4º26.6%36.86%-
HSV(B)212.4º42.02%46.67%-
XYZ9.6110.2518.92-
YUV88.2145.38114.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=24.64%
G=32.86%
B=42.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69921190.420.2300.53212.426.636.86
Hex455C772A17035d41b25
Octal10513416752270653243345
Binary1000101101110011101111010101011101101011101010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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