#46515D

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

Shades of Cello #46515D

Tints of Cello #46515D

Color information

#46515D (or 0x46515D) is unknown color: approx Cello. HEX triplet: 46, 51 and 5D. RGB value is (70,81,93). Sum of RGB (Red+Green+Blue) = 70+81+93=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #46515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515D is #B9AEA2. Grayscale: #4F4F4F. Windows color (decimal): -12168867 or 6115654. OLE color: 6115654.

HSL color Cylindrical-coordinate representation of color #46515D: hue angle of 211.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46515D is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708193-
CMYK0.250.1300.64
HSL211.3º14.11%31.96%-
HSV(B)211.3º24.73%36.47%-
XYZ7.447.9811.5-
YUV79.08135.86121.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=28.69%
G=33.20%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7081930.250.1300.64211.314.1131.96
Hex46515D19D040d3e20
Octal106121135311501003231640
Binary10001101010001101110111001110101000000110100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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