#445971

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

Shades of Chambray #445971

Tints of Chambray #445971

Color information

#445971 (or 0x445971) is unknown color: approx Chambray. HEX triplet: 44, 59 and 71. RGB value is (68,89,113). Sum of RGB (Red+Green+Blue) = 68+89+113=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #445971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445971 is #BBA68E. Grayscale: #555555. Windows color (decimal): -12297871 or 7428420. OLE color: 7428420.

HSL color Cylindrical-coordinate representation of color #445971: hue angle of 212º 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 #445971 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6889113-
CMYK0.400.2100.56
HSL212º24.86%35.49%-
HSV(B)212º39.82%44.31%-
XYZ8.949.5717-
YUV85.46143.54115.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=25.19%
G=32.96%
B=41.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68891130.400.2100.5621224.8635.49
Hex4459712815038d41923
Octal10413116150250703243143
Binary1000100101100111100011010001010101110001101010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445971; }

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

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

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

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

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

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

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

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