#445670

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

Shades of Chambray #445670

Tints of Chambray #445670

Color information

#445670 (or 0x445670) is unknown color: approx Chambray. HEX triplet: 44, 56 and 70. RGB value is (68,86,112). Sum of RGB (Red+Green+Blue) = 68+86+112=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #445670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445670 is #BBA98F. Grayscale: #535353. Windows color (decimal): -12298640 or 7362116. OLE color: 7362116.

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

Color convert

RGB6886112-
CMYK0.390.2300.56
HSL215.45º24.44%35.29%-
HSV(B)215.45º39.29%43.92%-
XYZ8.649.0516.62-
YUV83.58144.04116.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=25.56%
G=32.33%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68861120.390.2300.56215.4524.4435.29
Hex4456702717038d71823
Octal10412616047270703273043
Binary1000100101011011100001001111011101110001101011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445670; }

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

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

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

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

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

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

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

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