#445160

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

Shades of Cello #445160

Tints of Cello #445160

Color information

#445160 (or 0x445160) is unknown color: approx Cello. HEX triplet: 44, 51 and 60. RGB value is (68,81,96). Sum of RGB (Red+Green+Blue) = 68+81+96=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #445160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445160 is #BBAE9F. Grayscale: #4E4E4E. Windows color (decimal): -12299936 or 6312260. OLE color: 6312260.

HSL color Cylindrical-coordinate representation of color #445160: hue angle of 212.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445160 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688196-
CMYK0.290.1600.62
HSL212.14º17.07%32.16%-
HSV(B)212.14º29.17%37.65%-
XYZ7.447.9612.21-
YUV78.82137.69120.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=27.76%
G=33.06%
B=39.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6881960.290.1600.62212.1417.0732.16
Hex4451601D1003Ed41120
Octal10412114035200763242140
Binary100010010100011100000111011000001111101101010010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445160; }

 p { color: rgb(68,81,96); }

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

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

 a { background-color: rgb(68,81,96); }

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

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

 span { border-color: rgb(68,81,96); }

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