#47424B

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

Shades of Jagger #47424B

Tints of Jagger #47424B

Color information

#47424B (or 0x47424B) is unknown color: approx 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

RGB716675-
CMYK0.050.1200.71
HSL273.33º6.38%27.65%-
HSV(B)273.33º12%29.41%-
XYZ5.825.747.46-
YUV68.52131.66129.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7166750.050.1200.71273.336.3827.65
Hex47424B5C04711161c
Octal1071021135140107421634
Binary10001111000010100101110111000100011110001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>