#473A56

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

Shades of Jagger #473A56

Tints of Jagger #473A56

Color information

#473A56 (or 0x473A56) is unknown color: approx Jagger. HEX triplet: 47, 3A and 56. RGB value is (71,58,86). Sum of RGB (Red+Green+Blue) = 71+58+86=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #473A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A56 is #B8C5A9. Grayscale: #404040. Windows color (decimal): -12109226 or 5651015. OLE color: 5651015.

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

Color convert

RGB715886-
CMYK0.170.3300.66
HSL267.86º19.44%28.24%-
HSV(B)267.86º32.56%33.73%-
XYZ5.795.049.47-
YUV65.08139.81132.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 86 (33.98% from 255) = 40%
R=33.02%
G=26.98%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7158860.170.3300.66267.8619.4428.24
Hex473A56112104210c131c
Octal10772126214101024142334
Binary1000111111010101011010001100001010000101000011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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