#473E61

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

Shades of Meteorite #473E61

Tints of Meteorite #473E61

Color information

#473E61 (or 0x473E61) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 61. RGB value is (71,62,97). Sum of RGB (Red+Green+Blue) = 71+62+97=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #473E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E61 is #B8C19E. Grayscale: #444444. Windows color (decimal): -12108191 or 6372935. OLE color: 6372935.

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

Color convert

RGB716297-
CMYK0.270.3600.62
HSL255.43º22.01%31.18%-
HSV(B)255.43º36.08%38.04%-
XYZ6.485.6512.06-
YUV68.68143.98129.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=30.87%
G=26.96%
B=42.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7162970.270.3600.62255.4322.0131.18
Hex473E611B2403Eff161f
Octal1077614133440763772637
Binary10001111111101100001110111001000111110111111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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