#445D72

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

Shades of Chambray #445D72

Tints of Chambray #445D72

Color information

#445D72 (or 0x445D72) is unknown color: approx Chambray. HEX triplet: 44, 5D and 72. RGB value is (68,93,114). Sum of RGB (Red+Green+Blue) = 68+93+114=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #445D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D72 is #BBA28D. Grayscale: #575757. Windows color (decimal): -12296846 or 7494980. OLE color: 7494980.

HSL color Cylindrical-coordinate representation of color #445D72: hue angle of 207.39º 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 #445D72 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6893114-
CMYK0.400.1800.55
HSL207.39º25.27%35.69%-
HSV(B)207.39º40.35%44.71%-
XYZ9.3410.2717.41-
YUV87.92142.72113.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=24.73%
G=33.82%
B=41.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68931140.400.1800.55207.3925.2735.69
Hex445D722812037cf1924
Octal10413516250220673173144
Binary1000100101110111100101010001001001101111100111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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