#463E64

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

Shades of Meteorite #463E64

Tints of Meteorite #463E64

Color information

#463E64 (or 0x463E64) is unknown color: approx Meteorite. HEX triplet: 46, 3E and 64. RGB value is (70,62,100). Sum of RGB (Red+Green+Blue) = 70+62+100=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #463E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E64 is #B9C19B. Grayscale: #444444. Windows color (decimal): -12173724 or 6569542. OLE color: 6569542.

HSL color Cylindrical-coordinate representation of color #463E64: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #463E64 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7062100-
CMYK0.300.3800.61
HSL252.63º23.46%31.76%-
HSV(B)252.63º38%39.22%-
XYZ6.555.6712.81-
YUV68.72145.65128.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=30.17%
G=26.72%
B=43.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70621000.300.3800.61252.6323.4631.76
Hex463E641E2603Dfd1720
Octal1067614436460753752740
Binary100011011111011001001111010011001111011111110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,100); }

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

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

 a { background-color: rgb(70,62,100); }

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

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

 span { border-color: rgb(70,62,100); }

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