#473A78

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

Shades of Meteorite #473A78

Tints of Meteorite #473A78

Color information

#473A78 (or 0x473A78) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 78. RGB value is (71,58,120). Sum of RGB (Red+Green+Blue) = 71+58+120=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #473A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A78 is #B8C587. Grayscale: #444444. Windows color (decimal): -12109192 or 7879239. OLE color: 7879239.

HSL color Cylindrical-coordinate representation of color #473A78: hue angle of 252.58º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473A78 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7158120-
CMYK0.410.5200.53
HSL252.58º34.83%34.9%-
HSV(B)252.58º51.67%47.06%-
XYZ7.55.7218.48-
YUV68.96156.81129.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=28.51%
G=23.29%
B=48.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71581200.410.5200.53252.5834.8334.9
Hex473A782934035fd2323
Octal1077217051640653754343
Binary10001111110101111000101001110100011010111111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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