#445B71

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

Shades of Chambray #445B71

Tints of Chambray #445B71

Color information

#445B71 (or 0x445B71) is unknown color: approx Chambray. HEX triplet: 44, 5B and 71. RGB value is (68,91,113). Sum of RGB (Red+Green+Blue) = 68+91+113=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #445B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B71 is #BBA48E. Grayscale: #565656. Windows color (decimal): -12297359 or 7428932. OLE color: 7428932.

HSL color Cylindrical-coordinate representation of color #445B71: hue angle of 209.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445B71 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6891113-
CMYK0.400.1900.56
HSL209.33º24.86%35.49%-
HSV(B)209.33º39.82%44.31%-
XYZ9.119.917.05-
YUV86.63142.88114.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=25%
G=33.46%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68911130.400.1900.56209.3324.8635.49
Hex445B712813038d11923
Octal10413316150230703213143
Binary1000100101101111100011010001001101110001101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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