#463471

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

Shades of Meteorite #463471

Tints of Meteorite #463471

Color information

#463471 (or 0x463471) is unknown color: approx Meteorite. HEX triplet: 46, 34 and 71. RGB value is (70,52,113). Sum of RGB (Red+Green+Blue) = 70+52+113=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #463471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463471 is #B9CB8E. Grayscale: #404040. Windows color (decimal): -12176271 or 7418950. OLE color: 7418950.

HSL color Cylindrical-coordinate representation of color #463471: hue angle of 257.7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463471 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7052113-
CMYK0.380.5400.56
HSL257.7º36.97%32.35%-
HSV(B)257.7º53.98%44.31%-
XYZ6.734.9516.22-
YUV64.34155.46132.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=29.79%
G=22.13%
B=48.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70521130.380.5400.56257.736.9732.35
Hex46347126360381022520
Octal1066416146660704024540
Binary100011011010011100011001101101100111000100000010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463471; }

 p { color: rgb(70,52,113); }

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

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

 a { background-color: rgb(70,52,113); }

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

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

 span { border-color: rgb(70,52,113); }

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