#473A4E

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

Shades of Jagger #473A4E

Tints of Jagger #473A4E

Color information

#473A4E (or 0x473A4E) is unknown color: approx Jagger. HEX triplet: 47, 3A and 4E. RGB value is (71,58,78). Sum of RGB (Red+Green+Blue) = 71+58+78=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #473A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A4E is #B8C5B1. Grayscale: #404040. Windows color (decimal): -12109234 or 5126727. OLE color: 5126727.

HSL color Cylindrical-coordinate representation of color #473A4E: hue angle of 279º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #473A4E is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715878-
CMYK0.090.2600.69
HSL279º14.71%26.67%-
HSV(B)279º25.64%30.59%-
XYZ5.494.927.87-
YUV64.17135.81132.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=34.30%
G=28.02%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7158780.090.2600.6927914.7126.67
Hex473A4E91A045117f1b
Octal10772116113201054271733
Binary1000111111010100111010011101001000101100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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