#473559

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

Shades of Jagger #473559

Tints of Jagger #473559

Color information

#473559 (or 0x473559) is unknown color: approx Jagger. HEX triplet: 47, 35 and 59. RGB value is (71,53,89). Sum of RGB (Red+Green+Blue) = 71+53+89=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #473559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473559 is #B8CAA6. Grayscale: #3E3E3E. Windows color (decimal): -12110503 or 5846343. OLE color: 5846343.

HSL color Cylindrical-coordinate representation of color #473559: hue angle of 270º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473559 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715389-
CMYK0.200.4000.65
HSL270º25.35%27.84%-
HSV(B)270º40.45%34.9%-
XYZ5.674.6110.04-
YUV62.49142.96134.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=33.33%
G=24.88%
B=41.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7153890.200.4000.6527025.3527.84
Hex473559142804110e191c
Octal10765131245001014163134
Binary1000111110101101100110100101000010000011000011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473559; }

 p { color: rgb(71,53,89); }

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

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

 a { background-color: rgb(71,53,89); }

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

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

 span { border-color: rgb(71,53,89); }

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