#463EA1

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

Shades of Blue Gem #463EA1

Tints of Blue Gem #463EA1

Color information

#463EA1 (or 0x463EA1) is unknown color: approx Blue Gem. HEX triplet: 46, 3E and A1. RGB value is (70,62,161). Sum of RGB (Red+Green+Blue) = 70+62+161=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #463EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EA1 is #B9C15E. Grayscale: #4B4B4B. Windows color (decimal): -12173663 or 10567238. OLE color: 10567238.

HSL color Cylindrical-coordinate representation of color #463EA1: hue angle of 244.85º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463EA1 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7062161-
CMYK0.570.6100.37
HSL244.85º44.39%43.73%-
HSV(B)244.85º61.49%63.14%-
XYZ10.687.3234.57-
YUV75.68176.15123.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 161 (63.28% from 255) = 54.95%
R=23.89%
G=21.16%
B=54.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70621610.570.6100.37244.8544.3943.73
Hex463EA1393D025f52c2c
Octal1067624171750453655454
Binary100011011111010100001111001111101010010111110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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