#463EAB

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

Shades of Blue Gem #463EAB

Tints of Blue Gem #463EAB

Color information

#463EAB (or 0x463EAB) is unknown color: approx Blue Gem. HEX triplet: 46, 3E and AB. RGB value is (70,62,171). Sum of RGB (Red+Green+Blue) = 70+62+171=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #463EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EAB is #B9C154. Grayscale: #4C4C4C. Windows color (decimal): -12173653 or 11222598. OLE color: 11222598.

HSL color Cylindrical-coordinate representation of color #463EAB: hue angle of 244.4º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463EAB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7062171-
CMYK0.590.6400.33
HSL244.4º46.78%45.69%-
HSV(B)244.4º63.74%67.06%-
XYZ11.67.6939.4-
YUV76.82181.15123.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=23.10%
G=20.46%
B=56.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70621710.590.6400.33244.446.7845.69
Hex463EAB3B40021f42f2e
Octal10676253731000413645756
Binary1000110111110101010111110111000000010000111110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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