#463795

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

Shades of Blue Gem #463795

Tints of Blue Gem #463795

Color information

#463795 (or 0x463795) is unknown color: approx Blue Gem. HEX triplet: 46, 37 and 95. RGB value is (70,55,149). Sum of RGB (Red+Green+Blue) = 70+55+149=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #463795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463795 is #B9C86A. Grayscale: #454545. Windows color (decimal): -12175467 or 9779014. OLE color: 9779014.

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

Color convert

RGB7055149-
CMYK0.530.6300.42
HSL249.57º46.08%40%-
HSV(B)249.57º63.09%58.43%-
XYZ9.326.229.14-
YUV70.2172.47127.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=25.55%
G=20.07%
B=54.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70551490.530.6300.42249.5746.0840
Hex463795353F02Afa2e28
Octal1066722565770523725650
Binary100011011011110010101110101111111010101011111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463795; }

 p { color: rgb(70,55,149); }

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

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

 a { background-color: rgb(70,55,149); }

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

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

 span { border-color: rgb(70,55,149); }

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