#463996

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

Shades of Blue Gem #463996

Tints of Blue Gem #463996

Color information

#463996 (or 0x463996) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 96. RGB value is (70,57,150). Sum of RGB (Red+Green+Blue) = 70+57+150=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #463996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463996 is #B9C669. Grayscale: #474747. Windows color (decimal): -12174954 or 9845062. OLE color: 9845062.

HSL color Cylindrical-coordinate representation of color #463996: hue angle of 248.39º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463996 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7057150-
CMYK0.530.6200.41
HSL248.39º44.93%40.59%-
HSV(B)248.39º62%58.82%-
XYZ9.496.4329.59-
YUV71.49172.31126.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=25.27%
G=20.58%
B=54.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70571500.530.6200.41248.3944.9340.59
Hex463996353E029f82d29
Octal1067122665760513705551
Binary100011011100110010110110101111110010100111111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463996; }

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

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

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

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

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

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

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

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