Html Css Color HEX #474445 Emperor

📋 copy color: '#474445'

red 71 ◦ green 68 ◦ blue 69

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

Shades of Emperor #474445

Tints of Emperor #474445

RGB

 RED value IS 71 (28.13% from 255) = 34.13%

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

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 34.13%
G = 32.69%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#474445 (or 0x474445) is known color: Emperor. HEX triplet: 47, 44 and 45. RGB value is (71,68,69). Sum of RGB (Red+Green+Blue) = 71+68+69=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474445 is #B8BBBA. Grayscale: #454545. Windows color (decimal): -12106683 or 4539463. OLE color: 4539463.

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

Color convert

RGB 71 68 69 -
CMYK 0 0.04 0.03 0.72
HSL 340º 0.02% 0.27% -
HSV(B) 340º 0.04% 0.28% -
XYZ 5.74 5.9 6.47 -
YUV 69.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 71 68 69 0 0.04 0.03 0.72 340 0.02 0.27
Hex 47 44 45 0 4 3 48 154 2 1B
Octal 107 104 105 0 4 3 110 524 2 33
Binary 1000111 1000100 1000101 0 100 11 1001000 101010100 10 11011

Color Harmonies of #474445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474445

Black with #474445

Text Example


Text Example

White with #474445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474445; }

 p { color: rgb(71,68,69); }

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

background-color css

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

 a { background-color: rgb(71,68,69); }

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

border-color css

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

 span { border-color: rgb(71,68,69); }

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