#445978

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

Shades of Chambray #445978

Tints of Chambray #445978

Color information

#445978 (or 0x445978) is unknown color: approx Chambray. HEX triplet: 44, 59 and 78. RGB value is (68,89,120). Sum of RGB (Red+Green+Blue) = 68+89+120=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #445978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445978 is #BBA687. Grayscale: #565656. Windows color (decimal): -12297864 or 7887172. OLE color: 7887172.

HSL color Cylindrical-coordinate representation of color #445978: hue angle of 215.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445978 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6889120-
CMYK0.430.2600.53
HSL215.77º27.66%36.86%-
HSV(B)215.77º43.33%47.06%-
XYZ9.359.7319.15-
YUV86.26147.04114.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=24.55%
G=32.13%
B=43.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68891200.430.2600.53215.7727.6636.86
Hex4459782B1A035d81c25
Octal10413117053320653303445
Binary1000100101100111110001010111101001101011101100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445978; }

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

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

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

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

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

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

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

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