#463AAD

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

Shades of Blue Gem #463AAD

Tints of Blue Gem #463AAD

Color information

#463AAD (or 0x463AAD) is unknown color: approx Blue Gem. HEX triplet: 46, 3A and AD. RGB value is (70,58,173). Sum of RGB (Red+Green+Blue) = 70+58+173=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #463AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AAD is #B9C552. Grayscale: #4A4A4A. Windows color (decimal): -12174675 or 11352646. OLE color: 11352646.

HSL color Cylindrical-coordinate representation of color #463AAD: hue angle of 246.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463AAD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7058173-
CMYK0.600.6600.32
HSL246.26º49.78%45.29%-
HSV(B)246.26º66.47%67.84%-
XYZ11.587.3540.34-
YUV74.7183.48124.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=23.26%
G=19.27%
B=57.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70581730.600.6600.32246.2649.7845.29
Hex463AAD3C42020f6322d
Octal10672255741020403666255
Binary1000110111010101011011111001000010010000011110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,58,173); }

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

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

 a { background-color: rgb(70,58,173); }

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

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

 span { border-color: rgb(70,58,173); }

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