#473461

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

Shades of Meteorite #473461

Tints of Meteorite #473461

Color information

#473461 (or 0x473461) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 61. RGB value is (71,52,97). Sum of RGB (Red+Green+Blue) = 71+52+97=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #473461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473461 is #B8CB9E. Grayscale: #3E3E3E. Windows color (decimal): -12110751 or 6370375. OLE color: 6370375.

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

Color convert

RGB715297-
CMYK0.270.4600.62
HSL265.33º30.2%29.22%-
HSV(B)265.33º46.39%38.04%-
XYZ5.984.6611.89-
YUV62.81147.29133.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=32.27%
G=23.64%
B=44.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7152970.270.4600.62265.3330.229.22
Hex4734611B2E03E1091e1d
Octal1076414133560764113635
Binary100011111010011000011101110111001111101000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473461; }

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

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

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

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

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

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

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

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