#47434A

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

Shades of Jagger #47434A

Tints of Jagger #47434A

Color information

#47434A (or 0x47434A) is unknown color: approx Jagger. HEX triplet: 47, 43 and 4A. RGB value is (71,67,74). Sum of RGB (Red+Green+Blue) = 71+67+74=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #47434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47434A is #B8BCB5. Grayscale: #444444. Windows color (decimal): -12106934 or 4866887. OLE color: 4866887.

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

Color convert

RGB716774-
CMYK0.040.0900.71
HSL274.29º4.96%27.65%-
HSV(B)274.29º9.46%29.02%-
XYZ5.845.857.3-
YUV68.99130.83129.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=33.49%
G=31.60%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7167740.040.0900.71274.294.9627.65
Hex47434A4904711251c
Octal1071031124110107422534
Binary10001111000011100101010010010100011110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47434A; }

 p { color: rgb(71,67,74); }

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

<style>
 a { background-color: #47434A; }

 a { background-color: rgb(71,67,74); }

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

<style>
 span { border-color: #47434A; }

 span { border-color: rgb(71,67,74); }

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