#463295

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

Shades of Blue Gem #463295

Tints of Blue Gem #463295

Color information

#463295 (or 0x463295) is unknown color: approx Blue Gem. HEX triplet: 46, 32 and 95. RGB value is (70,50,149). Sum of RGB (Red+Green+Blue) = 70+50+149=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #463295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463295 is #B9CD6A. Grayscale: #424242. Windows color (decimal): -12176747 or 9777734. OLE color: 9777734.

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

Color convert

RGB7050149-
CMYK0.530.6600.42
HSL252.12º49.75%39.02%-
HSV(B)252.12º66.44%58.43%-
XYZ9.095.7529.07-
YUV67.27174.13129.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=26.02%
G=18.59%
B=55.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70501490.530.6600.42252.1249.7539.02
Hex463295354202Afc3227
Octal10662225651020523746247
Binary1000110110010100101011101011000010010101011111100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463295; }

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

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

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

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

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

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

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

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