#463F9B

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

Shades of Blue Gem #463F9B

Tints of Blue Gem #463F9B

Color information

#463F9B (or 0x463F9B) is unknown color: approx Blue Gem. HEX triplet: 46, 3F and 9B. RGB value is (70,63,155). Sum of RGB (Red+Green+Blue) = 70+63+155=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #463F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F9B is #B9C064. Grayscale: #4B4B4B. Windows color (decimal): -12173413 or 10174278. OLE color: 10174278.

HSL color Cylindrical-coordinate representation of color #463F9B: hue angle of 244.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463F9B is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7063155-
CMYK0.550.5900.39
HSL244.57º42.2%42.75%-
HSV(B)244.57º59.35%60.78%-
XYZ10.227.2231.87-
YUV75.58172.82124.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=24.31%
G=21.88%
B=53.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70631550.550.5900.39244.5742.242.75
Hex463F9B373B027f52a2b
Octal1067723367730473655253
Binary100011011111110011011110111111011010011111110101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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