#463968

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

Shades of Meteorite #463968

Tints of Meteorite #463968

Color information

#463968 (or 0x463968) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 68. RGB value is (70,57,104). Sum of RGB (Red+Green+Blue) = 70+57+104=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #463968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463968 is #B9C697. Grayscale: #424242. Windows color (decimal): -12175000 or 6830406. OLE color: 6830406.

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

Color convert

RGB7057104-
CMYK0.330.4500.59
HSL256.6º29.19%31.57%-
HSV(B)256.6º45.19%40.78%-
XYZ6.495.2313.76-
YUV66.24149.31130.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=30.30%
G=24.68%
B=45.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70571040.330.4500.59256.629.1931.57
Hex463968212D03B1011d20
Octal1067115041550734013540
Binary10001101110011101000100001101101011101110000000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463968; }

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

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

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

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

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

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

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

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