#463F9D

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

Shades of Blue Gem #463F9D

Tints of Blue Gem #463F9D

Color information

#463F9D (or 0x463F9D) is unknown color: approx Blue Gem. HEX triplet: 46, 3F and 9D. RGB value is (70,63,157). Sum of RGB (Red+Green+Blue) = 70+63+157=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #463F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F9D is #B9C062. Grayscale: #4B4B4B. Windows color (decimal): -12173411 or 10305350. OLE color: 10305350.

HSL color Cylindrical-coordinate representation of color #463F9D: hue angle of 244.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463F9D is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7063157-
CMYK0.550.6000.38
HSL244.47º42.73%43.14%-
HSV(B)244.47º59.87%61.57%-
XYZ10.397.2932.76-
YUV75.81173.82123.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=24.14%
G=21.72%
B=54.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70631570.550.6000.38244.4742.7343.14
Hex463F9D373C026f42b2b
Octal1067723567740463645353
Binary100011011111110011101110111111100010011011110100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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