Html Css Color HEX #47424B Jagger

📋 copy color: '#47424B'

red 71 ◦ green 66 ◦ blue 75

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

Shades of Jagger #47424B

Tints of Jagger #47424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 33.49%
G = 31.13%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47424B (or 0x47424B) is known color: Jagger. HEX triplet: 47, 42 and 4B. RGB value is (71,66,75). Sum of RGB (Red+Green+Blue) = 71+66+75=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 75 - color contains mainly: blue. Hex color #47424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47424B is #B8BDB4. Grayscale: #444444. Windows color (decimal): -12107189 or 4932167. OLE color: 4932167.

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

Color convert

RGB 71 66 75 -
CMYK 0.05 0.12 0 0.71
HSL 273.33º 0.06% 0.28% -
HSV(B) 273.33º 0.12% 0.29% -
XYZ 5.82 5.74 7.46 -
YUV 68.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 71 66 75 0.05 0.12 0 0.71 273.33 0.06 0.28
Hex 47 42 4B 5 C 0 47 111 6 1C
Octal 107 102 113 5 14 0 107 421 6 34
Binary 1000111 1000010 1001011 101 1100 0 1000111 100010001 110 11100

Color Harmonies of #47424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47424B

Black with #47424B

Text Example


Text Example

White with #47424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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