#463C6A

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

Shades of Meteorite #463C6A

Tints of Meteorite #463C6A

Color information

#463C6A (or 0x463C6A) is unknown color: approx Meteorite. HEX triplet: 46, 3C and 6A. RGB value is (70,60,106). Sum of RGB (Red+Green+Blue) = 70+60+106=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #463C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C6A is #B9C395. Grayscale: #444444. Windows color (decimal): -12174230 or 6962246. OLE color: 6962246.

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

Color convert

RGB7060106-
CMYK0.340.4300.58
HSL253.04º27.71%32.55%-
HSV(B)253.04º43.4%41.57%-
XYZ6.745.5714.36-
YUV68.23149.31129.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=29.66%
G=25.42%
B=44.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70601060.340.4300.58253.0427.7132.55
Hex463C6A222B03Afd1c21
Octal1067415242530723753441
Binary1000110111100110101010001010101101110101111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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