#463994

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

Shades of Blue Gem #463994

Tints of Blue Gem #463994

Color information

#463994 (or 0x463994) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 94. RGB value is (70,57,148). Sum of RGB (Red+Green+Blue) = 70+57+148=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #463994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463994 is #B9C66B. Grayscale: #464646. Windows color (decimal): -12174956 or 9713990. OLE color: 9713990.

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

Color convert

RGB7057148-
CMYK0.530.6100.42
HSL248.57º44.39%40.2%-
HSV(B)248.57º61.49%58.04%-
XYZ9.336.3728.75-
YUV71.26171.31127.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=25.45%
G=20.73%
B=53.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70571480.530.6100.42248.5744.3940.2
Hex463994353D02Af92c28
Octal1067122465750523715450
Binary100011011100110010100110101111101010101011111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463994; }

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

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

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

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

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

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

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

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