#445060

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

Shades of Cello #445060

Tints of Cello #445060

Color information

#445060 (or 0x445060) is unknown color: approx Cello. HEX triplet: 44, 50 and 60. RGB value is (68,80,96). Sum of RGB (Red+Green+Blue) = 68+80+96=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #445060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445060 is #BBAF9F. Grayscale: #4E4E4E. Windows color (decimal): -12300192 or 6312004. OLE color: 6312004.

HSL color Cylindrical-coordinate representation of color #445060: hue angle of 214.29º 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 #445060 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688096-
CMYK0.290.1700.62
HSL214.29º17.07%32.16%-
HSV(B)214.29º29.17%37.65%-
XYZ7.367.8112.19-
YUV78.24138.02120.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=27.87%
G=32.79%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6880960.290.1700.62214.2917.0732.16
Hex4450601D1103Ed61120
Octal10412014035210763262140
Binary100010010100001100000111011000101111101101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445060; }

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

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

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

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

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

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

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

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