Html Css Color HEX #504446 Emperor

📋 copy color: '#504446'

red 80 ◦ green 68 ◦ blue 70

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

Shades of Emperor #504446

Tints of Emperor #504446

RGB

 RED value IS 80 (31.64% from 255) = 36.7%

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

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

R = 36.7%
G = 31.19%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#504446 (or 0x504446) is known color: Emperor. HEX triplet: 50, 44 and 46. RGB value is (80,68,70). Sum of RGB (Red+Green+Blue) = 80+68+70=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504446 is #AFBBB9. Grayscale: #474747. Windows color (decimal): -11516858 or 4605008. OLE color: 4605008.

HSL color Cylindrical-coordinate representation of color #504446: hue angle of 350º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504446 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 70 -
CMYK 0 0.15 0.12 0.69
HSL 350º 0.08% 0.29% -
HSV(B) 350º 0.15% 0.31% -
XYZ 6.48 6.28 6.67 -
YUV 71.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 80 68 70 0 0.15 0.12 0.69 350 0.08 0.29
Hex 50 44 46 0 F C 45 15E 8 1D
Octal 120 104 106 0 17 14 105 536 10 35
Binary 1010000 1000100 1000110 0 1111 1100 1000101 101011110 1000 11101

Color Harmonies of #504446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504446

Black with #504446

Text Example


Text Example

White with #504446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504446; }

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

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

background-color css

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

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

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

border-color css

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

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

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