#473753

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

Shades of Jagger #473753

Tints of Jagger #473753

Color information

#473753 (or 0x473753) is unknown color: approx Jagger. HEX triplet: 47, 37 and 53. RGB value is (71,55,83). Sum of RGB (Red+Green+Blue) = 71+55+83=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #473753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473753 is #B8C8AC. Grayscale: #3E3E3E. Windows color (decimal): -12109997 or 5453639. OLE color: 5453639.

HSL color Cylindrical-coordinate representation of color #473753: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473753 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715583-
CMYK0.140.3400.67
HSL274.29º20.29%27.06%-
HSV(B)274.29º33.73%32.55%-
XYZ5.534.78.8-
YUV62.98139.3133.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=33.97%
G=26.32%
B=39.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7155830.140.3400.67274.2920.2927.06
Hex473753E22043112141b
Octal10767123164201034222433
Binary100011111011110100111110100010010000111000100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473753; }

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

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

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

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

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

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

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

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