#463468

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

Shades of Meteorite #463468

Tints of Meteorite #463468

Color information

#463468 (or 0x463468) is unknown color: approx Meteorite. HEX triplet: 46, 34 and 68. RGB value is (70,52,104). Sum of RGB (Red+Green+Blue) = 70+52+104=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #463468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463468 is #B9CB97. Grayscale: #3F3F3F. Windows color (decimal): -12176280 or 6829126. OLE color: 6829126.

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

Color convert

RGB7052104-
CMYK0.330.5000.59
HSL260.77º33.33%30.59%-
HSV(B)260.77º50%40.78%-
XYZ6.254.7613.69-
YUV63.31150.96132.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=30.97%
G=23.01%
B=46.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70521040.330.5000.59260.7733.3330.59
Hex463468213203B105211f
Octal1066415041620734054137
Binary10001101101001101000100001110010011101110000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463468; }

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

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

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

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

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

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

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

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