#405874

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

Shades of Chambray #405874

Tints of Chambray #405874

Color information

#405874 (or 0x405874) is unknown color: approx Chambray. HEX triplet: 40, 58 and 74. RGB value is (64,88,116). Sum of RGB (Red+Green+Blue) = 64+88+116=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #405874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405874 is #BFA78B. Grayscale: #535353. Windows color (decimal): -12560268 or 7624768. OLE color: 7624768.

HSL color Cylindrical-coordinate representation of color #405874: hue angle of 212.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405874 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6488116-
CMYK0.450.2400.55
HSL212.31º28.89%35.29%-
HSV(B)212.31º44.83%45.49%-
XYZ8.769.3317.86-
YUV84.02146.05113.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=23.88%
G=32.84%
B=43.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64881160.450.2400.55212.3128.8935.29
Hex4058742D18037d41d23
Octal10013016455300673243543
Binary1000000101100011101001011011100001101111101010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405874; }

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

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

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

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

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

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

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

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