#47404B

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

Shades of Jagger #47404B

Tints of Jagger #47404B

Color information

#47404B (or 0x47404B) is unknown color: approx Jagger. HEX triplet: 47, 40 and 4B. RGB value is (71,64,75). Sum of RGB (Red+Green+Blue) = 71+64+75=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #47404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47404B is #B8BFB4. Grayscale: #434343. Windows color (decimal): -12107701 or 4931655. OLE color: 4931655.

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

Color convert

RGB716475-
CMYK0.050.1500.71
HSL278.18º7.91%27.25%-
HSV(B)278.18º14.67%29.41%-
XYZ5.75.517.42-
YUV67.35132.32130.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=33.81%
G=30.48%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7164750.050.1500.71278.187.9127.25
Hex47404B5F04711681b
Octal10710011351701074261033
Binary100011110000001001011101111101000111100010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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