#445770

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

Shades of Chambray #445770

Tints of Chambray #445770

Color information

#445770 (or 0x445770) is unknown color: approx Chambray. HEX triplet: 44, 57 and 70. RGB value is (68,87,112). Sum of RGB (Red+Green+Blue) = 68+87+112=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #445770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445770 is #BBA88F. Grayscale: #545454. Windows color (decimal): -12298384 or 7362372. OLE color: 7362372.

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

Color convert

RGB6887112-
CMYK0.390.2200.56
HSL214.09º24.44%35.29%-
HSV(B)214.09º39.29%43.92%-
XYZ8.729.2216.65-
YUV84.17143.71116.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=25.47%
G=32.58%
B=41.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68871120.390.2200.56214.0924.4435.29
Hex4457702716038d61823
Octal10412716047260703263043
Binary1000100101011111100001001111011001110001101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445770; }

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

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

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

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

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

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

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

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