#473A52

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

Shades of Jagger #473A52

Tints of Jagger #473A52

Color information

#473A52 (or 0x473A52) is unknown color: approx Jagger. HEX triplet: 47, 3A and 52. RGB value is (71,58,82). Sum of RGB (Red+Green+Blue) = 71+58+82=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #473A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A52 is #B8C5AD. Grayscale: #404040. Windows color (decimal): -12109230 or 5388871. OLE color: 5388871.

HSL color Cylindrical-coordinate representation of color #473A52: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #473A52 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB715882-
CMYK0.130.2900.68
HSL272.5º17.14%27.45%-
HSV(B)272.5º29.27%32.16%-
XYZ5.634.978.65-
YUV64.62137.81132.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=33.65%
G=27.49%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7158820.130.2900.68272.517.1427.45
Hex473A52D1D044110111b
Octal10772122153501044202133
Binary10001111110101010010110111101010001001000100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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