#455976

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

Shades of Chambray #455976

Tints of Chambray #455976

Color information

#455976 (or 0x455976) is unknown color: approx Chambray. HEX triplet: 45, 59 and 76. RGB value is (69,89,118). Sum of RGB (Red+Green+Blue) = 69+89+118=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #455976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455976 is #BAA689. Grayscale: #565656. Windows color (decimal): -12232330 or 7756101. OLE color: 7756101.

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

Color convert

RGB6989118-
CMYK0.420.2500.54
HSL215.51º26.2%36.67%-
HSV(B)215.51º41.53%46.27%-
XYZ9.39.7218.53-
YUV86.33145.87115.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=25%
G=32.25%
B=42.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69891180.420.2500.54215.5126.236.67
Hex4559762A19036d81a25
Octal10513116652310663303245
Binary1000101101100111101101010101100101101101101100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455976; }

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

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

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

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

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

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

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

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