#463974

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

Shades of Meteorite #463974

Tints of Meteorite #463974

Color information

#463974 (or 0x463974) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 74. RGB value is (70,57,116). Sum of RGB (Red+Green+Blue) = 70+57+116=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #463974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463974 is #B9C68B. Grayscale: #434343. Windows color (decimal): -12174988 or 7616838. OLE color: 7616838.

HSL color Cylindrical-coordinate representation of color #463974: hue angle of 253.22º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463974 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7057116-
CMYK0.400.5100.55
HSL253.22º34.1%33.92%-
HSV(B)253.22º50.86%45.49%-
XYZ7.145.4917.21-
YUV67.61155.31129.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=28.81%
G=23.46%
B=47.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70571160.400.5100.55253.2234.133.92
Hex4639742833037fd2222
Octal1067116450630673754242
Binary10001101110011110100101000110011011011111111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463974; }

 p { color: rgb(70,57,116); }

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

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

 a { background-color: rgb(70,57,116); }

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

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

 span { border-color: rgb(70,57,116); }

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