#463168

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

Shades of Meteorite #463168

Tints of Meteorite #463168

Color information

#463168 (or 0x463168) is unknown color: approx Meteorite. HEX triplet: 46, 31 and 68. RGB value is (70,49,104). Sum of RGB (Red+Green+Blue) = 70+49+104=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #463168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463168 is #B9CE97. Grayscale: #3D3D3D. Windows color (decimal): -12177048 or 6828358. OLE color: 6828358.

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

Color convert

RGB7049104-
CMYK0.330.5300.59
HSL262.91º35.95%30%-
HSV(B)262.91º52.88%40.78%-
XYZ6.124.513.64-
YUV61.55151.96134.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=31.39%
G=21.97%
B=46.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70491040.330.5300.59262.9135.9530
Hex463168213503B107241e
Octal1066115041650734074436
Binary10001101100011101000100001110101011101110000011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463168; }

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

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

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

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

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

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

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

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