#473556

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

Shades of Jagger #473556

Tints of Jagger #473556

Color information

#473556 (or 0x473556) is unknown color: approx Jagger. HEX triplet: 47, 35 and 56. RGB value is (71,53,86). Sum of RGB (Red+Green+Blue) = 71+53+86=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #473556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473556 is #B8CAA9. Grayscale: #3E3E3E. Windows color (decimal): -12110506 or 5649735. OLE color: 5649735.

HSL color Cylindrical-coordinate representation of color #473556: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473556 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715386-
CMYK0.170.3800.66
HSL272.73º23.74%27.25%-
HSV(B)272.73º38.37%33.73%-
XYZ5.554.569.39-
YUV62.14141.46134.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=33.81%
G=25.24%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7153860.170.3800.66272.7323.7427.25
Hex4735561126042111181b
Octal10765126214601024213033
Binary1000111110101101011010001100110010000101000100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473556; }

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

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

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

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

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

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

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

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