#463299

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

Shades of Blue Gem #463299

Tints of Blue Gem #463299

Color information

#463299 (or 0x463299) is unknown color: approx Blue Gem. HEX triplet: 46, 32 and 99. RGB value is (70,50,153). Sum of RGB (Red+Green+Blue) = 70+50+153=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #463299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463299 is #B9CD66. Grayscale: #434343. Windows color (decimal): -12176743 or 10039878. OLE color: 10039878.

HSL color Cylindrical-coordinate representation of color #463299: hue angle of 251.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463299 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7050153-
CMYK0.540.6700.4
HSL251.65º50.74%39.8%-
HSV(B)251.65º67.32%60%-
XYZ9.425.8830.78-
YUV67.72176.13129.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=25.64%
G=18.32%
B=56.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70501530.540.6700.4251.6550.7439.8
Hex4632993643028fc3328
Octal10662231661030503746350
Binary1000110110010100110011101101000011010100011111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463299; }

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

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

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

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

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

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

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

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