#445C79

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

Shades of Chambray #445C79

Tints of Chambray #445C79

Color information

#445C79 (or 0x445C79) is unknown color: approx Chambray. HEX triplet: 44, 5C and 79. RGB value is (68,92,121). Sum of RGB (Red+Green+Blue) = 68+92+121=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #445C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C79 is #BBA386. Grayscale: #575757. Windows color (decimal): -12297095 or 7953476. OLE color: 7953476.

HSL color Cylindrical-coordinate representation of color #445C79: hue angle of 212.83º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445C79 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6892121-
CMYK0.440.2400.53
HSL212.83º28.04%37.06%-
HSV(B)212.83º43.8%47.45%-
XYZ9.6610.2619.56-
YUV88.13146.55113.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=24.20%
G=32.74%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68921210.440.2400.53212.8328.0437.06
Hex445C792C18035d51c25
Octal10413417154300653253445
Binary1000100101110011110011011001100001101011101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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