#463E98

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

Shades of Blue Gem #463E98

Tints of Blue Gem #463E98

Color information

#463E98 (or 0x463E98) is unknown color: approx Blue Gem. HEX triplet: 46, 3E and 98. RGB value is (70,62,152). Sum of RGB (Red+Green+Blue) = 70+62+152=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #463E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463E98 is #B9C167. Grayscale: #4A4A4A. Windows color (decimal): -12173672 or 9977414. OLE color: 9977414.

HSL color Cylindrical-coordinate representation of color #463E98: hue angle of 245.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #463E98 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7062152-
CMYK0.540.5900.40
HSL245.33º42.06%41.96%-
HSV(B)245.33º59.21%59.61%-
XYZ9.927.0130.54-
YUV74.65171.65124.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=24.65%
G=21.83%
B=53.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70621520.540.5900.40245.3342.0641.96
Hex463E98363B028f52a2a
Octal1067623066730503655252
Binary100011011111010011000110110111011010100011110101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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