#405876

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

Shades of Chambray #405876

Tints of Chambray #405876

Color information

#405876 (or 0x405876) is unknown color: approx Chambray. HEX triplet: 40, 58 and 76. RGB value is (64,88,118). Sum of RGB (Red+Green+Blue) = 64+88+118=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #405876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405876 is #BFA789. Grayscale: #545454. Windows color (decimal): -12560266 or 7755840. OLE color: 7755840.

HSL color Cylindrical-coordinate representation of color #405876: hue angle of 213.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405876 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6488118-
CMYK0.460.2500.54
HSL213.33º29.67%35.69%-
HSV(B)213.33º45.76%46.27%-
XYZ8.879.3818.48-
YUV84.24147.05113.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=23.70%
G=32.59%
B=43.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64881180.460.2500.54213.3329.6735.69
Hex4058762E19036d51e24
Octal10013016656310663253644
Binary1000000101100011101101011101100101101101101010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405876; }

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

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

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

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

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

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

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

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