Html Css Color HEX #4A4446 Emperor

📋 copy color: '#4A4446'

red 74 ◦ green 68 ◦ blue 70

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

Shades of Emperor #4A4446

Tints of Emperor #4A4446

RGB

 RED value IS 74 (29.3% from 255) = 34.91%

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 70 (27.73% from 255) = 33.02%

R = 34.91%
G = 32.08%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4A4446 (or 0x4A4446) is known color: Emperor. HEX triplet: 4A, 44 and 46. RGB value is (74,68,70). Sum of RGB (Red+Green+Blue) = 74+68+70=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4446 is #B5BBB9. Grayscale: #464646. Windows color (decimal): -11910074 or 4605002. OLE color: 4605002.

HSL color Cylindrical-coordinate representation of color #4A4446: hue angle of 340º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4446 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 70 -
CMYK 0 0.08 0.05 0.71
HSL 340º 0.04% 0.28% -
HSV(B) 340º 0.08% 0.29% -
XYZ 6 6.03 6.64 -
YUV 70.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 74 68 70 0 0.08 0.05 0.71 340 0.04 0.28
Hex 4A 44 46 0 8 5 47 154 4 1C
Octal 112 104 106 0 10 5 107 524 4 34
Binary 1001010 1000100 1000110 0 1000 101 1000111 101010100 100 11100

Color Harmonies of #4A4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4446

Black with #4A4446

Text Example


Text Example

White with #4A4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4446; }

 p { color: rgb(74,68,70); }

 H1.HeaderClassName
 {
   color: #4A4446;
 }
 .AnyTagClassName
 {
   color: #4A4446;
 }
</style>

background-color css

<style>
 a { background-color: #4A4446; }

 a { background-color: rgb(74,68,70); }

 div.DivClassName
 {
   background-color: #4A4446;
 }
 .BgClassName
 {
   background-color: #4A4446;
 }
</style>

border-color css

<style>
 span { border-color: #4A4446; }

 span { border-color: rgb(74,68,70); }

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