Html Css Color HEX #46474C Blue Zodiac

📋 copy color: '#46474C'

red 70 ◦ green 71 ◦ blue 76

#46474C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #46474C

Tints of Blue Zodiac #46474C

RGB

 RED value IS 70 (27.73% from 255) = 32.26%

 GREEN value IS 71 (28.13% 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 value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46474C (or 0x46474C) is known color: 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

RGB 70 71 76 -
CMYK 0.08 0.07 0 0.70
HSL 230º 0.04% 0.29% -
HSV(B) 230º 0.08% 0.3% -
XYZ 6.08 6.33 7.74 -
YUV 71.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 70 71 76 0.08 0.07 0 0.70 230 0.04 0.29
Hex 46 47 4C 8 7 0 46 E6 4 1D
Octal 106 107 114 10 7 0 106 346 4 35
Binary 1000110 1000111 1001100 1000 111 0 1000110 11100110 100 11101

Color Harmonies of #46474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46474C

Black with #46474C

Text Example


Text Example

White with #46474C

Text Example


Text Example

HTML Codes & Css Web 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>