#47424A

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

Shades of Jagger #47424A

Tints of Jagger #47424A

Color information

#47424A (or 0x47424A) is unknown color: approx Jagger. HEX triplet: 47, 42 and 4A. RGB value is (71,66,74). Sum of RGB (Red+Green+Blue) = 71+66+74=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #47424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47424A is #B8BDB5. Grayscale: #444444. Windows color (decimal): -12107190 or 4866631. OLE color: 4866631.

HSL color Cylindrical-coordinate representation of color #47424A: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47424A is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB716674-
CMYK0.040.1100.71
HSL277.5º5.71%27.45%-
HSV(B)277.5º10.81%29.02%-
XYZ5.785.737.28-
YUV68.41131.16129.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=33.65%
G=31.28%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7166740.040.1100.71277.55.7127.45
Hex47424A4B04711661b
Octal1071021124130107426633
Binary10001111000010100101010010110100011110001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47424A; }

 p { color: rgb(71,66,74); }

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

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

 a { background-color: rgb(71,66,74); }

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

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

 span { border-color: rgb(71,66,74); }

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