#473F61

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

Shades of Meteorite #473F61

Tints of Meteorite #473F61

Color information

#473F61 (or 0x473F61) is unknown color: approx Meteorite. HEX triplet: 47, 3F and 61. RGB value is (71,63,97). Sum of RGB (Red+Green+Blue) = 71+63+97=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #473F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F61 is #B8C09E. Grayscale: #454545. Windows color (decimal): -12107935 or 6373191. OLE color: 6373191.

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

Color convert

RGB716397-
CMYK0.270.3500.62
HSL254.12º21.25%31.37%-
HSV(B)254.12º35.05%38.04%-
XYZ6.535.7612.08-
YUV69.27143.65129.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=30.74%
G=27.27%
B=41.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7163970.270.3500.62254.1221.2531.37
Hex473F611B2303Efe151f
Octal1077714133430763762537
Binary10001111111111100001110111000110111110111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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