#473A55

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

Shades of Jagger #473A55

Tints of Jagger #473A55

Color information

#473A55 (or 0x473A55) is unknown color: approx Jagger. HEX triplet: 47, 3A and 55. RGB value is (71,58,85). Sum of RGB (Red+Green+Blue) = 71+58+85=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #473A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A55 is #B8C5AA. Grayscale: #404040. Windows color (decimal): -12109227 or 5585479. OLE color: 5585479.

HSL color Cylindrical-coordinate representation of color #473A55: hue angle of 268.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473A55 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715885-
CMYK0.160.3200.67
HSL268.89º18.88%28.04%-
HSV(B)268.89º31.76%33.33%-
XYZ5.755.029.26-
YUV64.96139.31132.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=33.18%
G=27.10%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7158850.160.3200.67268.8918.8828.04
Hex473A55102004310d131c
Octal10772125204001034152334
Binary1000111111010101010110000100000010000111000011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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