#465160

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

Shades of Cello #465160

Tints of Cello #465160

Color information

#465160 (or 0x465160) is unknown color: approx Cello. HEX triplet: 46, 51 and 60. RGB value is (70,81,96). Sum of RGB (Red+Green+Blue) = 70+81+96=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #465160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465160 is #B9AE9F. Grayscale: #4F4F4F. Windows color (decimal): -12168864 or 6312262. OLE color: 6312262.

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

Color convert

RGB708196-
CMYK0.270.1600.62
HSL214.62º15.66%32.55%-
HSV(B)214.62º27.08%37.65%-
XYZ7.588.0312.22-
YUV79.42137.36121.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=28.34%
G=32.79%
B=38.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7081960.270.1600.62214.6215.6632.55
Hex4651601B1003Ed71021
Octal10612114033200763272041
Binary100011010100011100000110111000001111101101011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465160; }

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

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

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

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

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

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

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

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