#463A69

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

Shades of Meteorite #463A69

Tints of Meteorite #463A69

Color information

#463A69 (or 0x463A69) is unknown color: approx Meteorite. HEX triplet: 46, 3A and 69. RGB value is (70,58,105). Sum of RGB (Red+Green+Blue) = 70+58+105=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #463A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A69 is #B9C596. Grayscale: #424242. Windows color (decimal): -12174743 or 6896198. OLE color: 6896198.

HSL color Cylindrical-coordinate representation of color #463A69: hue angle of 255.32º 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 #463A69 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7058105-
CMYK0.330.4500.59
HSL255.32º28.83%31.96%-
HSV(B)255.32º44.76%41.18%-
XYZ6.595.3514.05-
YUV66.95149.48130.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=30.04%
G=24.89%
B=45.06%

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
Decimal70581050.330.4500.59255.3228.8331.96
Hex463A69212D03Bff1d20
Octal1067215141550733773540
Binary1000110111010110100110000110110101110111111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A69; }

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

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

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

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

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

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

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

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