#445576

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

Shades of Chambray #445576

Tints of Chambray #445576

Color information

#445576 (or 0x445576) is unknown color: approx Chambray. HEX triplet: 44, 55 and 76. RGB value is (68,85,118). Sum of RGB (Red+Green+Blue) = 68+85+118=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #445576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445576 is #BBAA89. Grayscale: #535353. Windows color (decimal): -12298890 or 7755076. OLE color: 7755076.

HSL color Cylindrical-coordinate representation of color #445576: hue angle of 219.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445576 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6885118-
CMYK0.420.2800.54
HSL219.6º26.88%36.47%-
HSV(B)219.6º42.37%46.27%-
XYZ8.99.0318.41-
YUV83.68147.37116.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=25.09%
G=31.37%
B=43.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68851180.420.2800.54219.626.8836.47
Hex4455762A1C036dc1b24
Octal10412516652340663343344
Binary1000100101010111101101010101110001101101101110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445576; }

 p { color: rgb(68,85,118); }

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

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

 a { background-color: rgb(68,85,118); }

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

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

 span { border-color: rgb(68,85,118); }

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