#463995

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

Shades of Blue Gem #463995

Tints of Blue Gem #463995

Color information

#463995 (or 0x463995) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 95. RGB value is (70,57,149). Sum of RGB (Red+Green+Blue) = 70+57+149=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #463995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463995 is #B9C66A. Grayscale: #474747. Windows color (decimal): -12174955 or 9779526. OLE color: 9779526.

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

Color convert

RGB7057149-
CMYK0.530.6200.42
HSL248.48º44.66%40.39%-
HSV(B)248.48º61.74%58.43%-
XYZ9.416.429.17-
YUV71.38171.81127.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=25.36%
G=20.65%
B=53.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70571490.530.6200.42248.4844.6640.39
Hex463995353E02Af82d28
Octal1067122565760523705550
Binary100011011100110010101110101111110010101011111000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463995; }

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

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

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

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

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

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

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

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