#445C76

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

Shades of Chambray #445C76

Tints of Chambray #445C76

Color information

#445C76 (or 0x445C76) is unknown color: approx Chambray. HEX triplet: 44, 5C and 76. RGB value is (68,92,118). Sum of RGB (Red+Green+Blue) = 68+92+118=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #445C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C76 is #BBA389. Grayscale: #575757. Windows color (decimal): -12297098 or 7756868. OLE color: 7756868.

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

Color convert

RGB6892118-
CMYK0.420.2200.54
HSL211.2º26.88%36.47%-
HSV(B)211.2º42.37%46.27%-
XYZ9.4810.1918.61-
YUV87.79145.05113.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=24.46%
G=33.09%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68921180.420.2200.54211.226.8836.47
Hex445C762A16036d31b24
Octal10413416652260663233344
Binary1000100101110011101101010101011001101101101001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445C76; }

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

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

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

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

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

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

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

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