#473C76

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

Shades of Meteorite #473C76

Tints of Meteorite #473C76

Color information

#473C76 (or 0x473C76) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 76. RGB value is (71,60,118). Sum of RGB (Red+Green+Blue) = 71+60+118=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #473C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C76 is #B8C389. Grayscale: #454545. Windows color (decimal): -12108682 or 7748679. OLE color: 7748679.

HSL color Cylindrical-coordinate representation of color #473C76: hue angle of 251.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473C76 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7160118-
CMYK0.400.4900.54
HSL251.38º32.58%34.9%-
HSV(B)251.38º49.15%46.27%-
XYZ7.485.8817.88-
YUV69.9155.14128.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=28.51%
G=24.10%
B=47.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71601180.400.4900.54251.3832.5834.9
Hex473C762831036fb2123
Octal1077416650610663734143
Binary10001111111001110110101000110001011011011111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,118); }

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

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

 a { background-color: rgb(71,60,118); }

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

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

 span { border-color: rgb(71,60,118); }

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