Html Css Color HEX #47434A Jagger

📋 copy color: '#47434A'

red 71 ◦ green 67 ◦ blue 74

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

Shades of Jagger #47434A

Tints of Jagger #47434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 33.49%
G = 31.6%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47434A (or 0x47434A) is known color: Jagger. HEX triplet: 47, 43 and 4A. RGB value is (71,67,74). Sum of RGB (Red+Green+Blue) = 71+67+74=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #47434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47434A is #B8BCB5. Grayscale: #444444. Windows color (decimal): -12106934 or 4866887. OLE color: 4866887.

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

Color convert

RGB 71 67 74 -
CMYK 0.04 0.09 0 0.71
HSL 274.29º 0.05% 0.28% -
HSV(B) 274.29º 0.09% 0.29% -
XYZ 5.84 5.85 7.3 -
YUV 68.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 71 67 74 0.04 0.09 0 0.71 274.29 0.05 0.28
Hex 47 43 4A 4 9 0 47 112 5 1C
Octal 107 103 112 4 11 0 107 422 5 34
Binary 1000111 1000011 1001010 100 1001 0 1000111 100010010 101 11100

Color Harmonies of #47434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47434A

Black with #47434A

Text Example


Text Example

White with #47434A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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