#455876

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

Shades of Chambray #455876

Tints of Chambray #455876

Color information

#455876 (or 0x455876) is unknown color: approx Chambray. HEX triplet: 45, 58 and 76. RGB value is (69,88,118). Sum of RGB (Red+Green+Blue) = 69+88+118=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #455876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455876 is #BAA789. Grayscale: #555555. Windows color (decimal): -12232586 or 7755845. OLE color: 7755845.

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

Color convert

RGB6988118-
CMYK0.420.2500.54
HSL216.73º26.2%36.67%-
HSV(B)216.73º41.53%46.27%-
XYZ9.219.5518.5-
YUV85.74146.21116.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=25.09%
G=32%
B=42.91%

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
Decimal69881180.420.2500.54216.7326.236.67
Hex4558762A19036d91a25
Octal10513016652310663313245
Binary1000101101100011101101010101100101101101101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455876; }

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

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

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

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

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

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

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

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