#46505A

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

Shades of Cello #46505A

Tints of Cello #46505A

Color information

#46505A (or 0x46505A) is unknown color: approx Cello. HEX triplet: 46, 50 and 5A. RGB value is (70,80,90). Sum of RGB (Red+Green+Blue) = 70+80+90=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #46505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46505A is #B9AFA5. Grayscale: #4E4E4E. Windows color (decimal): -12169126 or 5918790. OLE color: 5918790.

HSL color Cylindrical-coordinate representation of color #46505A: hue angle of 210º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46505A is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708090-
CMYK0.220.1100.65
HSL210º12.5%31.37%-
HSV(B)210º22.22%35.29%-
XYZ7.247.7810.79-
YUV78.15134.69122.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7080900.220.1100.6521012.531.37
Hex46505A16B041d2c1f
Octal106120132261301013221437
Binary1000110101000010110101011010110100000111010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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