#445872

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

Shades of Chambray #445872

Tints of Chambray #445872

Color information

#445872 (or 0x445872) is unknown color: approx Chambray. HEX triplet: 44, 58 and 72. RGB value is (68,88,114). Sum of RGB (Red+Green+Blue) = 68+88+114=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #445872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445872 is #BBA78D. Grayscale: #545454. Windows color (decimal): -12298126 or 7493700. OLE color: 7493700.

HSL color Cylindrical-coordinate representation of color #445872: hue angle of 213.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445872 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6888114-
CMYK0.400.2300.55
HSL213.91º25.27%35.69%-
HSV(B)213.91º40.35%44.71%-
XYZ8.919.4217.27-
YUV84.98144.37115.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=25.19%
G=32.59%
B=42.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68881140.400.2300.55213.9125.2735.69
Hex4458722817037d61924
Octal10413016250270673263144
Binary1000100101100011100101010001011101101111101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445872; }

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

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

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

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

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

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

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

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