#445970

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

Shades of Chambray #445970

Tints of Chambray #445970

Color information

#445970 (or 0x445970) is unknown color: approx Chambray. HEX triplet: 44, 59 and 70. RGB value is (68,89,112). Sum of RGB (Red+Green+Blue) = 68+89+112=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #445970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445970 is #BBA68F. Grayscale: #555555. Windows color (decimal): -12297872 or 7362884. OLE color: 7362884.

HSL color Cylindrical-coordinate representation of color #445970: hue angle of 211.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445970 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6889112-
CMYK0.390.2100.56
HSL211.36º24.44%35.29%-
HSV(B)211.36º39.29%43.92%-
XYZ8.889.5416.7-
YUV85.34143.04115.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=25.28%
G=33.09%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68891120.390.2100.56211.3624.4435.29
Hex4459702715038d31823
Octal10413116047250703233043
Binary1000100101100111100001001111010101110001101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445970; }

 p { color: rgb(68,89,112); }

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

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

 a { background-color: rgb(68,89,112); }

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

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

 span { border-color: rgb(68,89,112); }

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