#484244

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

Shades of Emperor #484244

Tints of Emperor #484244

Color information

#484244 (or 0x484244) is unknown color: approx Emperor. HEX triplet: 48, 42 and 44. RGB value is (72,66,68). Sum of RGB (Red+Green+Blue) = 72+66+68=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484244 is #B7BDBB. Grayscale: #444444. Windows color (decimal): -12041660 or 4473416. OLE color: 4473416.

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

Color convert

RGB726668-
CMYK00.080.060.72
HSL340º4.35%27.06%-
HSV(B)340º8.33%28.24%-
XYZ5.665.696.27-
YUV68.02127.99130.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=34.95%
G=32.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72666800.080.060.723404.3527.06
Hex4842440864815441b
Octal1101021040106110524433
Binary10010001000010100010001000110100100010101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484244; }

 p { color: rgb(72,66,68); }

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

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

 a { background-color: rgb(72,66,68); }

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

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

 span { border-color: rgb(72,66,68); }

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