#405976

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

Shades of Chambray #405976

Tints of Chambray #405976

Color information

#405976 (or 0x405976) is unknown color: approx Chambray. HEX triplet: 40, 59 and 76. RGB value is (64,89,118). Sum of RGB (Red+Green+Blue) = 64+89+118=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #405976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405976 is #BFA689. Grayscale: #545454. Windows color (decimal): -12560010 or 7756096. OLE color: 7756096.

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

Color convert

RGB6489118-
CMYK0.460.2500.54
HSL212.22º29.67%35.69%-
HSV(B)212.22º45.76%46.27%-
XYZ8.969.5418.51-
YUV84.83146.72113.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=23.62%
G=32.84%
B=43.54%

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
Decimal64891180.460.2500.54212.2229.6735.69
Hex4059762E19036d41e24
Octal10013116656310663243644
Binary1000000101100111101101011101100101101101101010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405976; }

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

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

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

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

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

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

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

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