#463794

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

Shades of Blue Gem #463794

Tints of Blue Gem #463794

Color information

#463794 (or 0x463794) is unknown color: approx Blue Gem. HEX triplet: 46, 37 and 94. RGB value is (70,55,148). Sum of RGB (Red+Green+Blue) = 70+55+148=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #463794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463794 is #B9C86B. Grayscale: #454545. Windows color (decimal): -12175468 or 9713478. OLE color: 9713478.

HSL color Cylindrical-coordinate representation of color #463794: hue angle of 249.68º 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 #463794 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7055148-
CMYK0.530.6300.42
HSL249.68º45.81%39.8%-
HSV(B)249.68º62.84%58.04%-
XYZ9.246.1728.72-
YUV70.09171.97127.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=25.64%
G=20.15%
B=54.21%

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
Decimal70551480.530.6300.42249.6845.8139.8
Hex463794353F02Afa2e28
Octal1066722465770523725650
Binary100011011011110010100110101111111010101011111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463794; }

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

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

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

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

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

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

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

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