#473659

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

Shades of Jagger #473659

Tints of Jagger #473659

Color information

#473659 (or 0x473659) is unknown color: approx Jagger. HEX triplet: 47, 36 and 59. RGB value is (71,54,89). Sum of RGB (Red+Green+Blue) = 71+54+89=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #473659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473659 is #B8C9A6. Grayscale: #3E3E3E. Windows color (decimal): -12110247 or 5846599. OLE color: 5846599.

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

Color convert

RGB715489-
CMYK0.200.3900.65
HSL269.14º24.48%28.04%-
HSV(B)269.14º39.33%34.9%-
XYZ5.724.710.06-
YUV63.07142.63133.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=33.18%
G=25.23%
B=41.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7154890.200.3900.65269.1424.4828.04
Hex473659142704110d181c
Octal10766131244701014153034
Binary1000111110110101100110100100111010000011000011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473659; }

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

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

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

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

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

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

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

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