#47404D

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

Shades of Jagger #47404D

Tints of Jagger #47404D

Color information

#47404D (or 0x47404D) is unknown color: approx Jagger. HEX triplet: 47, 40 and 4D. RGB value is (71,64,77). Sum of RGB (Red+Green+Blue) = 71+64+77=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #47404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47404D is #B8BFB2. Grayscale: #434343. Windows color (decimal): -12107699 or 5062727. OLE color: 5062727.

HSL color Cylindrical-coordinate representation of color #47404D: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47404D is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB716477-
CMYK0.080.1700.70
HSL272.31º9.22%27.65%-
HSV(B)272.31º16.88%30.2%-
XYZ5.775.547.79-
YUV67.58133.32130.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=33.49%
G=30.19%
B=36.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7164770.080.1700.70272.319.2227.65
Hex47404D81104611091c
Octal107100115102101064201134
Binary10001111000000100110110001000101000110100010000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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