#455776

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

Shades of Chambray #455776

Tints of Chambray #455776

Color information

#455776 (or 0x455776) is unknown color: approx Chambray. HEX triplet: 45, 57 and 76. RGB value is (69,87,118). Sum of RGB (Red+Green+Blue) = 69+87+118=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #455776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455776 is #BAA889. Grayscale: #555555. Windows color (decimal): -12232842 or 7755589. OLE color: 7755589.

HSL color Cylindrical-coordinate representation of color #455776: hue angle of 217.96º 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 #455776 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6987118-
CMYK0.420.2600.54
HSL217.96º26.2%36.67%-
HSV(B)217.96º41.53%46.27%-
XYZ9.139.3918.47-
YUV85.15146.54116.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=25.18%
G=31.75%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69871180.420.2600.54217.9626.236.67
Hex4557762A1A036da1a25
Octal10512716652320663323245
Binary1000101101011111101101010101101001101101101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455776; }

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

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

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

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

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

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

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

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