#445570

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

Shades of Chambray #445570

Tints of Chambray #445570

Color information

#445570 (or 0x445570) is unknown color: approx Chambray. HEX triplet: 44, 55 and 70. RGB value is (68,85,112). Sum of RGB (Red+Green+Blue) = 68+85+112=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #445570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445570 is #BBAA8F. Grayscale: #525252. Windows color (decimal): -12298896 or 7361860. OLE color: 7361860.

HSL color Cylindrical-coordinate representation of color #445570: hue angle of 216.82º 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 #445570 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6885112-
CMYK0.390.2400.56
HSL216.82º24.44%35.29%-
HSV(B)216.82º39.29%43.92%-
XYZ8.568.916.6-
YUV83144.37117.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=25.66%
G=32.08%
B=42.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68851120.390.2400.56216.8224.4435.29
Hex4455702718038d91823
Octal10412516047300703313043
Binary1000100101010111100001001111100001110001101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445570; }

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

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

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

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

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

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

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

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