#463969

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

Shades of Meteorite #463969

Tints of Meteorite #463969

Color information

#463969 (or 0x463969) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 69. RGB value is (70,57,105). Sum of RGB (Red+Green+Blue) = 70+57+105=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #463969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463969 is #B9C696. Grayscale: #424242. Windows color (decimal): -12174999 or 6895942. OLE color: 6895942.

HSL color Cylindrical-coordinate representation of color #463969: hue angle of 256.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463969 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7057105-
CMYK0.330.4600.59
HSL256.25º29.63%31.76%-
HSV(B)256.25º45.71%41.18%-
XYZ6.545.2514.03-
YUV66.36149.81130.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 105 (41.41% from 255) = 45.26%
R=30.17%
G=24.57%
B=45.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70571050.330.4600.59256.2529.6331.76
Hex463969212E03B1001e20
Octal1067115141560734003640
Binary10001101110011101001100001101110011101110000000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463969; }

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

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

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

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

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

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

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

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