#445A73

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

Shades of Chambray #445A73

Tints of Chambray #445A73

Color information

#445A73 (or 0x445A73) is unknown color: approx Chambray. HEX triplet: 44, 5A and 73. RGB value is (68,90,115). Sum of RGB (Red+Green+Blue) = 68+90+115=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #445A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A73 is #BBA58C. Grayscale: #565656. Windows color (decimal): -12297613 or 7559748. OLE color: 7559748.

HSL color Cylindrical-coordinate representation of color #445A73: hue angle of 211.91º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445A73 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6890115-
CMYK0.410.2200.55
HSL211.91º25.68%35.88%-
HSV(B)211.91º40.87%45.1%-
XYZ9.139.7817.63-
YUV86.27144.21114.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=24.91%
G=32.97%
B=42.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68901150.410.2200.55211.9125.6835.88
Hex445A732916037d41a24
Octal10413216351260673243244
Binary1000100101101011100111010011011001101111101010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,90,115); }

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

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

 a { background-color: rgb(68,90,115); }

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

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

 span { border-color: rgb(68,90,115); }

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