#46525D

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

Shades of Cello #46525D

Tints of Cello #46525D

Color information

#46525D (or 0x46525D) is unknown color: approx Cello. HEX triplet: 46, 52 and 5D. RGB value is (70,82,93). Sum of RGB (Red+Green+Blue) = 70+82+93=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #46525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46525D is #B9ADA2. Grayscale: #4F4F4F. Windows color (decimal): -12168611 or 6115910. OLE color: 6115910.

HSL color Cylindrical-coordinate representation of color #46525D: hue angle of 208.7º 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 #46525D is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708293-
CMYK0.250.1200.64
HSL208.7º14.11%31.96%-
HSV(B)208.7º24.73%36.47%-
XYZ7.528.1311.53-
YUV79.67135.52121.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=28.57%
G=33.47%
B=37.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7082930.250.1200.64208.714.1131.96
Hex46525D19C040d1e20
Octal106122135311401003211640
Binary10001101010010101110111001110001000000110100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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