#473C62

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

Shades of Meteorite #473C62

Tints of Meteorite #473C62

Color information

#473C62 (or 0x473C62) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 62. RGB value is (71,60,98). Sum of RGB (Red+Green+Blue) = 71+60+98=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #473C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C62 is #B8C39D. Grayscale: #434343. Windows color (decimal): -12108702 or 6437959. OLE color: 6437959.

HSL color Cylindrical-coordinate representation of color #473C62: hue angle of 257.37º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473C62 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716098-
CMYK0.280.3900.62
HSL257.37º24.05%30.98%-
HSV(B)257.37º38.78%38.43%-
XYZ6.425.4512.27-
YUV67.62145.14130.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=31.00%
G=26.20%
B=42.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7160980.280.3900.62257.3724.0530.98
Hex473C621C2703E101181f
Octal1077414234470764013037
Binary100011111110011000101110010011101111101000000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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