#463A95

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

Shades of Blue Gem #463A95

Tints of Blue Gem #463A95

Color information

#463A95 (or 0x463A95) is unknown color: approx Blue Gem. HEX triplet: 46, 3A and 95. RGB value is (70,58,149). Sum of RGB (Red+Green+Blue) = 70+58+149=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #463A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A95 is #B9C56A. Grayscale: #474747. Windows color (decimal): -12174699 or 9779782. OLE color: 9779782.

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

Color convert

RGB7058149-
CMYK0.530.6100.42
HSL247.91º43.96%40.59%-
HSV(B)247.91º61.07%58.43%-
XYZ9.466.529.19-
YUV71.96171.48126.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=25.27%
G=20.94%
B=53.79%

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
Decimal70581490.530.6100.42247.9143.9640.59
Hex463A95353D02Af82c29
Octal1067222565750523705451
Binary100011011101010010101110101111101010101011111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A95; }

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

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

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

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

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

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

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

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