#455F76

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

Shades of Chambray #455F76

Tints of Chambray #455F76

Color information

#455F76 (or 0x455F76) is unknown color: approx Chambray. HEX triplet: 45, 5F and 76. RGB value is (69,95,118). Sum of RGB (Red+Green+Blue) = 69+95+118=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #455F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F76 is #BAA089. Grayscale: #595959. Windows color (decimal): -12230794 or 7757637. OLE color: 7757637.

HSL color Cylindrical-coordinate representation of color #455F76: hue angle of 208.16º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455F76 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6995118-
CMYK0.420.1900.54
HSL208.16º26.2%36.67%-
HSV(B)208.16º41.53%46.27%-
XYZ9.8210.7618.7-
YUV89.85143.89113.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=24.47%
G=33.69%
B=41.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69951180.420.1900.54208.1626.236.67
Hex455F762A13036d01a25
Octal10513716652230663203245
Binary1000101101111111101101010101001101101101101000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,118); }

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

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

 a { background-color: rgb(69,95,118); }

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

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

 span { border-color: rgb(69,95,118); }

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