#445870

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

Shades of Chambray #445870

Tints of Chambray #445870

Color information

#445870 (or 0x445870) is unknown color: approx Chambray. HEX triplet: 44, 58 and 70. RGB value is (68,88,112). Sum of RGB (Red+Green+Blue) = 68+88+112=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #445870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445870 is #BBA78F. Grayscale: #545454. Windows color (decimal): -12298128 or 7362628. OLE color: 7362628.

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

Color convert

RGB6888112-
CMYK0.390.2100.56
HSL212.73º24.44%35.29%-
HSV(B)212.73º39.29%43.92%-
XYZ8.89.3816.68-
YUV84.76143.37116.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=25.37%
G=32.84%
B=41.79%

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
Decimal68881120.390.2100.56212.7324.4435.29
Hex4458702715038d51823
Octal10413016047250703253043
Binary1000100101100011100001001111010101110001101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445870; }

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

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

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

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

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

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

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

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