#463367

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

Shades of Meteorite #463367

Tints of Meteorite #463367

Color information

#463367 (or 0x463367) is unknown color: approx Meteorite. HEX triplet: 46, 33 and 67. RGB value is (70,51,103). Sum of RGB (Red+Green+Blue) = 70+51+103=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #463367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463367 is #B9CC98. Grayscale: #3E3E3E. Windows color (decimal): -12176537 or 6763334. OLE color: 6763334.

HSL color Cylindrical-coordinate representation of color #463367: hue angle of 261.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463367 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7051103-
CMYK0.320.5000.60
HSL261.92º33.77%30.2%-
HSV(B)261.92º50.49%40.39%-
XYZ6.164.6513.4-
YUV62.61150.79133.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=31.25%
G=22.77%
B=45.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70511030.320.5000.60261.9233.7730.2
Hex463367203203C106221e
Octal1066314740620744064236
Binary10001101100111100111100000110010011110010000011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463367; }

 p { color: rgb(70,51,103); }

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

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

 a { background-color: rgb(70,51,103); }

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

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

 span { border-color: rgb(70,51,103); }

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