#46515F

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

Shades of Cello #46515F

Tints of Cello #46515F

Color information

#46515F (or 0x46515F) is unknown color: approx Cello. HEX triplet: 46, 51 and 5F. RGB value is (70,81,95). Sum of RGB (Red+Green+Blue) = 70+81+95=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #46515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515F is #B9AEA0. Grayscale: #4F4F4F. Windows color (decimal): -12168865 or 6246726. OLE color: 6246726.

HSL color Cylindrical-coordinate representation of color #46515F: hue angle of 213.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46515F is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB708195-
CMYK0.260.1500.63
HSL213.6º15.15%32.35%-
HSV(B)213.6º26.32%37.25%-
XYZ7.538.0111.98-
YUV79.31136.86121.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=28.46%
G=32.93%
B=38.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7081950.260.1500.63213.615.1532.35
Hex46515F1AF03Fd6f20
Octal10612113732170773261740
Binary1000110101000110111111101011110111111110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46515F; }

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

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

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

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

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

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

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

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