#445776

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

Shades of Chambray #445776

Tints of Chambray #445776

Color information

#445776 (or 0x445776) is unknown color: approx Chambray. HEX triplet: 44, 57 and 76. RGB value is (68,87,118). Sum of RGB (Red+Green+Blue) = 68+87+118=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #445776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445776 is #BBA889. Grayscale: #545454. Windows color (decimal): -12298378 or 7755588. OLE color: 7755588.

HSL color Cylindrical-coordinate representation of color #445776: hue angle of 217.2º 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 #445776 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6887118-
CMYK0.420.2600.54
HSL217.2º26.88%36.47%-
HSV(B)217.2º42.37%46.27%-
XYZ9.069.3518.47-
YUV84.85146.71115.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=24.91%
G=31.87%
B=43.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68871180.420.2600.54217.226.8836.47
Hex4457762A1A036d91b24
Octal10412716652320663313344
Binary1000100101011111101101010101101001101101101100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445776; }

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

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

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

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

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

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

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

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