Html Css Color HEX #47424A Jagger

📋 copy color: '#47424A'

red 71 ◦ green 66 ◦ blue 74

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

Shades of Jagger #47424A

Tints of Jagger #47424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 33.65%
G = 31.28%
B = 35.07%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47424A (or 0x47424A) is known color: 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

RGB 71 66 74 -
CMYK 0.04 0.11 0 0.71
HSL 277.5º 0.06% 0.27% -
HSV(B) 277.5º 0.11% 0.29% -
XYZ 5.78 5.73 7.28 -
YUV 68.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 71 66 74 0.04 0.11 0 0.71 277.5 0.06 0.27
Hex 47 42 4A 4 B 0 47 116 6 1B
Octal 107 102 112 4 13 0 107 426 6 33
Binary 1000111 1000010 1001010 100 1011 0 1000111 100010110 110 11011

Color Harmonies of #47424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47424A

Black with #47424A

Text Example


Text Example

White with #47424A

Text Example


Text Example

HTML Codes & Css Web 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>