#463766

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

Shades of Meteorite #463766

Tints of Meteorite #463766

Color information

#463766 (or 0x463766) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 66. RGB value is (70,55,102). Sum of RGB (Red+Green+Blue) = 70+55+102=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #463766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463766 is #B9C899. Grayscale: #404040. Windows color (decimal): -12175514 or 6698822. OLE color: 6698822.

HSL color Cylindrical-coordinate representation of color #463766: hue angle of 259.15º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463766 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7055102-
CMYK0.310.4600.6
HSL259.15º29.94%30.78%-
HSV(B)259.15º46.08%40%-
XYZ6.294.9913.2-
YUV64.84148.97131.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=30.84%
G=24.23%
B=44.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70551020.310.4600.6259.1529.9430.78
Hex4637661F2E03C1031e1f
Octal1066714637560744033637
Binary100011011011111001101111110111001111001000000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463766; }

 p { color: rgb(70,55,102); }

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

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

 a { background-color: rgb(70,55,102); }

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

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

 span { border-color: rgb(70,55,102); }

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