#445B70

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

Shades of Chambray #445B70

Tints of Chambray #445B70

Color information

#445B70 (or 0x445B70) is unknown color: approx Chambray. HEX triplet: 44, 5B and 70. RGB value is (68,91,112). Sum of RGB (Red+Green+Blue) = 68+91+112=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #445B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B70 is #BBA48F. Grayscale: #565656. Windows color (decimal): -12297360 or 7363396. OLE color: 7363396.

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

Color convert

RGB6891112-
CMYK0.390.1900.56
HSL208.64º24.44%35.29%-
HSV(B)208.64º39.29%43.92%-
XYZ9.059.8816.76-
YUV86.52142.38114.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=25.09%
G=33.58%
B=41.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68911120.390.1900.56208.6424.4435.29
Hex445B702713038d11823
Octal10413316047230703213043
Binary1000100101101111100001001111001101110001101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445B70; }

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

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

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

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

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

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

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

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