#445B72

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

Shades of Chambray #445B72

Tints of Chambray #445B72

Color information

#445B72 (or 0x445B72) is unknown color: approx Chambray. HEX triplet: 44, 5B and 72. RGB value is (68,91,114). Sum of RGB (Red+Green+Blue) = 68+91+114=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #445B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B72 is #BBA48D. Grayscale: #565656. Windows color (decimal): -12297358 or 7494468. OLE color: 7494468.

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

Color convert

RGB6891114-
CMYK0.400.2000.55
HSL210º25.27%35.69%-
HSV(B)210º40.35%44.71%-
XYZ9.169.9317.35-
YUV86.74143.38114.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=24.91%
G=33.33%
B=41.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68911140.400.2000.5521025.2735.69
Hex445B722814037d21924
Octal10413316250240673223144
Binary1000100101101111100101010001010001101111101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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