#463B6A

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

Shades of Meteorite #463B6A

Tints of Meteorite #463B6A

Color information

#463B6A (or 0x463B6A) is unknown color: approx Meteorite. HEX triplet: 46, 3B and 6A. RGB value is (70,59,106). Sum of RGB (Red+Green+Blue) = 70+59+106=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #463B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B6A is #B9C495. Grayscale: #434343. Windows color (decimal): -12174486 or 6961990. OLE color: 6961990.

HSL color Cylindrical-coordinate representation of color #463B6A: hue angle of 254.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #463B6A is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7059106-
CMYK0.340.4400.58
HSL254.04º28.48%32.35%-
HSV(B)254.04º44.34%41.57%-
XYZ6.695.4714.34-
YUV67.65149.64129.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=29.79%
G=25.11%
B=45.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70591060.340.4400.58254.0428.4832.35
Hex463B6A222C03Afe1c20
Octal1067315242540723763440
Binary1000110111011110101010001010110001110101111111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,106); }

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

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

 a { background-color: rgb(70,59,106); }

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

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

 span { border-color: rgb(70,59,106); }

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