#473A53

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

Shades of Jagger #473A53

Tints of Jagger #473A53

Color information

#473A53 (or 0x473A53) is unknown color: approx Jagger. HEX triplet: 47, 3A and 53. RGB value is (71,58,83). Sum of RGB (Red+Green+Blue) = 71+58+83=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #473A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A53 is #B8C5AC. Grayscale: #404040. Windows color (decimal): -12109229 or 5454407. OLE color: 5454407.

HSL color Cylindrical-coordinate representation of color #473A53: hue angle of 271.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473A53 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715883-
CMYK0.140.3000.67
HSL271.2º17.73%27.65%-
HSV(B)271.2º30.12%32.55%-
XYZ5.674.998.85-
YUV64.74138.31132.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=33.49%
G=27.36%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7158830.140.3000.67271.217.7327.65
Hex473A53E1E04310f121c
Octal10772123163601034172234
Binary10001111110101010011111011110010000111000011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A53; }

 p { color: rgb(71,58,83); }

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

<style>
 a { background-color: #473A53; }

 a { background-color: rgb(71,58,83); }

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

<style>
 span { border-color: #473A53; }

 span { border-color: rgb(71,58,83); }

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