#463991

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

Shades of Blue Gem #463991

Tints of Blue Gem #463991

Color information

#463991 (or 0x463991) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 91. RGB value is (70,57,145). Sum of RGB (Red+Green+Blue) = 70+57+145=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #463991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463991 is #B9C66E. Grayscale: #464646. Windows color (decimal): -12174959 or 9517382. OLE color: 9517382.

HSL color Cylindrical-coordinate representation of color #463991: hue angle of 248.86º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463991 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7057145-
CMYK0.520.6100.43
HSL248.86º43.56%39.61%-
HSV(B)248.86º60.69%56.86%-
XYZ9.16.2727.52-
YUV70.92169.81127.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=25.74%
G=20.96%
B=53.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70571450.520.6100.43248.8643.5639.61
Hex463991343D02Bf92c28
Octal1067122164750533715450
Binary100011011100110010001110100111101010101111111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463991; }

 p { color: rgb(70,57,145); }

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

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

 a { background-color: rgb(70,57,145); }

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

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

 span { border-color: rgb(70,57,145); }

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