#445981

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

Shades of Chambray #445981

Tints of Chambray #445981

Color information

#445981 (or 0x445981) is unknown color: approx Chambray. HEX triplet: 44, 59 and 81. RGB value is (68,89,129). Sum of RGB (Red+Green+Blue) = 68+89+129=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #445981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445981 is #BBA67E. Grayscale: #575757. Windows color (decimal): -12297855 or 8476996. OLE color: 8476996.

HSL color Cylindrical-coordinate representation of color #445981: hue angle of 219.34º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445981 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6889129-
CMYK0.470.3100.49
HSL219.34º30.96%38.63%-
HSV(B)219.34º47.29%50.59%-
XYZ9.929.9622.17-
YUV87.28151.54114.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=23.78%
G=31.12%
B=45.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68891290.470.3100.49219.3430.9638.63
Hex4459812F1F031db1f27
Octal10413120157370613333747
Binary10001001011001100000011011111111101100011101101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445981; }

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

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

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

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

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

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

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

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