#445973

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

Shades of Chambray #445973

Tints of Chambray #445973

Color information

#445973 (or 0x445973) is unknown color: approx Chambray. HEX triplet: 44, 59 and 73. RGB value is (68,89,115). Sum of RGB (Red+Green+Blue) = 68+89+115=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #445973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445973 is #BBA68C. Grayscale: #555555. Windows color (decimal): -12297869 or 7559492. OLE color: 7559492.

HSL color Cylindrical-coordinate representation of color #445973: hue angle of 213.19º 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 #445973 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6889115-
CMYK0.410.2300.55
HSL213.19º25.68%35.88%-
HSV(B)213.19º40.87%45.1%-
XYZ9.059.6117.6-
YUV85.68144.54115.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=25%
G=32.72%
B=42.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68891150.410.2300.55213.1925.6835.88
Hex4459732917037d51a24
Octal10413116351270673253244
Binary1000100101100111100111010011011101101111101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445973; }

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

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

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

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

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

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

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

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