#46505E

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

Shades of Cello #46505E

Tints of Cello #46505E

Color information

#46505E (or 0x46505E) is unknown color: approx Cello. HEX triplet: 46, 50 and 5E. RGB value is (70,80,94). Sum of RGB (Red+Green+Blue) = 70+80+94=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #46505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46505E is #B9AFA1. Grayscale: #4E4E4E. Windows color (decimal): -12169122 or 6180934. OLE color: 6180934.

HSL color Cylindrical-coordinate representation of color #46505E: hue angle of 215º 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 #46505E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB708094-
CMYK0.260.1500.63
HSL215º14.63%32.16%-
HSV(B)215º25.53%36.86%-
XYZ7.417.8511.71-
YUV78.61136.69121.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=28.69%
G=32.79%
B=38.52%

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
Decimal7080940.260.1500.6321514.6332.16
Hex46505E1AF03Fd7f20
Octal10612013632170773271740
Binary1000110101000010111101101011110111111110101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46505E; }

 p { color: rgb(70,80,94); }

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

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

 a { background-color: rgb(70,80,94); }

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

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

 span { border-color: rgb(70,80,94); }

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