#463FA5

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

Shades of Blue Gem #463FA5

Tints of Blue Gem #463FA5

Color information

#463FA5 (or 0x463FA5) is unknown color: approx Blue Gem. HEX triplet: 46, 3F and A5. RGB value is (70,63,165). Sum of RGB (Red+Green+Blue) = 70+63+165=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #463FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FA5 is #B9C05A. Grayscale: #4C4C4C. Windows color (decimal): -12173403 or 10829638. OLE color: 10829638.

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

Color convert

RGB7063165-
CMYK0.580.6200.35
HSL244.12º44.74%44.71%-
HSV(B)244.12º61.82%64.71%-
XYZ11.097.5736.47-
YUV76.72177.82123.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 165 (64.84% from 255) = 55.37%
R=23.49%
G=21.14%
B=55.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70631650.580.6200.35244.1244.7444.71
Hex463FA53A3E023f42d2d
Octal1067724572760433645555
Binary100011011111110100101111010111110010001111110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,63,165); }

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

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

 a { background-color: rgb(70,63,165); }

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

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

 span { border-color: rgb(70,63,165); }

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