#473C61

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

Shades of Meteorite #473C61

Tints of Meteorite #473C61

Color information

#473C61 (or 0x473C61) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 61. RGB value is (71,60,97). Sum of RGB (Red+Green+Blue) = 71+60+97=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #473C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C61 is #B8C39E. Grayscale: #434343. Windows color (decimal): -12108703 or 6372423. OLE color: 6372423.

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

Color convert

RGB716097-
CMYK0.270.3800.62
HSL257.84º23.57%30.78%-
HSV(B)257.84º38.14%38.04%-
XYZ6.375.4312.02-
YUV67.51144.64130.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=31.14%
G=26.32%
B=42.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7160970.270.3800.62257.8423.5730.78
Hex473C611B2603E102181f
Octal1077414133460764023037
Binary100011111110011000011101110011001111101000000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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