#46474C

Color #46474C Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #46474C

Tints of Blue Zodiac #46474C

Color information

#46474C (or 0x46474C) is unknown color: approx Blue Zodiac. HEX triplet: 46, 47 and 4C. RGB value is (70,71,76). Sum of RGB (Red+Green+Blue) = 70+71+76=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #46474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46474C is #B9B8B3. Grayscale: #474747. Windows color (decimal): -12171444 or 4998982. OLE color: 4998982.

HSL color Cylindrical-coordinate representation of color #46474C: hue angle of 230º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #46474C is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB707176-
CMYK0.080.0700.70
HSL230º4.11%28.63%-
HSV(B)230º7.89%29.8%-
XYZ6.086.337.74-
YUV71.27130.67127.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=32.26%
G=32.72%
B=35.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7071760.080.0700.702304.1128.63
Hex46474C87046e641d
Octal1061071141070106346435
Binary1000110100011110011001000111010001101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46474C; }

 p { color: rgb(70,71,76); }

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

<style>
 a { background-color: #46474C; }

 a { background-color: rgb(70,71,76); }

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

<style>
 span { border-color: #46474C; }

 span { border-color: rgb(70,71,76); }

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