#473A71

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

Shades of Meteorite #473A71

Tints of Meteorite #473A71

Color information

#473A71 (or 0x473A71) is unknown color: approx Meteorite. HEX triplet: 47, 3A and 71. RGB value is (71,58,113). Sum of RGB (Red+Green+Blue) = 71+58+113=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #473A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A71 is #B8C58E. Grayscale: #434343. Windows color (decimal): -12109199 or 7420487. OLE color: 7420487.

HSL color Cylindrical-coordinate representation of color #473A71: hue angle of 254.18º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473A71 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7158113-
CMYK0.370.4900.56
HSL254.18º32.16%33.53%-
HSV(B)254.18º48.67%44.31%-
XYZ7.095.5616.32-
YUV68.16153.31130.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=29.34%
G=23.97%
B=46.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71581130.370.4900.56254.1832.1633.53
Hex473A712531038fe2022
Octal1077216145610703764042
Binary10001111110101110001100101110001011100011111110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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