#463CA6

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

Shades of Blue Gem #463CA6

Tints of Blue Gem #463CA6

Color information

#463CA6 (or 0x463CA6) is unknown color: approx Blue Gem. HEX triplet: 46, 3C and A6. RGB value is (70,60,166). Sum of RGB (Red+Green+Blue) = 70+60+166=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #463CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CA6 is #B9C359. Grayscale: #4A4A4A. Windows color (decimal): -12174170 or 10894406. OLE color: 10894406.

HSL color Cylindrical-coordinate representation of color #463CA6: hue angle of 245.66º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463CA6 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7060166-
CMYK0.580.6400.35
HSL245.66º46.9%44.31%-
HSV(B)245.66º63.86%65.1%-
XYZ11.027.2936.9-
YUV75.07179.31124.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 166 (65.23% from 255) = 56.08%
R=23.65%
G=20.27%
B=56.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70601660.580.6400.35245.6646.944.31
Hex463CA63A40023f62f2c
Octal10674246721000433665754
Binary1000110111100101001101110101000000010001111110110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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