#445871

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

Shades of Chambray #445871

Tints of Chambray #445871

Color information

#445871 (or 0x445871) is unknown color: approx Chambray. HEX triplet: 44, 58 and 71. RGB value is (68,88,113). Sum of RGB (Red+Green+Blue) = 68+88+113=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #445871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445871 is #BBA78E. Grayscale: #545454. Windows color (decimal): -12298127 or 7428164. OLE color: 7428164.

HSL color Cylindrical-coordinate representation of color #445871: hue angle of 213.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445871 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6888113-
CMYK0.400.2200.56
HSL213.33º24.86%35.49%-
HSV(B)213.33º39.82%44.31%-
XYZ8.859.416.97-
YUV84.87143.87115.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=25.28%
G=32.71%
B=42.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68881130.400.2200.56213.3324.8635.49
Hex4458712816038d51923
Octal10413016150260703253143
Binary1000100101100011100011010001011001110001101010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445871; }

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

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

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

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

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

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

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

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