#47414B

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

Shades of Jagger #47414B

Tints of Jagger #47414B

Color information

#47414B (or 0x47414B) is unknown color: approx Jagger. HEX triplet: 47, 41 and 4B. RGB value is (71,65,75). Sum of RGB (Red+Green+Blue) = 71+65+75=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #47414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47414B is #B8BEB4. Grayscale: #434343. Windows color (decimal): -12107445 or 4931911. OLE color: 4931911.

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

Color convert

RGB716575-
CMYK0.050.1300.71
HSL276º7.14%27.45%-
HSV(B)276º13.33%29.41%-
XYZ5.765.637.44-
YUV67.93131.99130.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=33.65%
G=30.81%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7165750.050.1300.712767.1427.45
Hex47414B5D04711471b
Octal1071011135150107424733
Binary10001111000001100101110111010100011110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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