#463499

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

Shades of Blue Gem #463499

Tints of Blue Gem #463499

Color information

#463499 (or 0x463499) is unknown color: approx Blue Gem. HEX triplet: 46, 34 and 99. RGB value is (70,52,153). Sum of RGB (Red+Green+Blue) = 70+52+153=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #463499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463499 is #B9CB66. Grayscale: #444444. Windows color (decimal): -12176231 or 10040390. OLE color: 10040390.

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

Color convert

RGB7052153-
CMYK0.540.6600.4
HSL250.69º49.27%40.2%-
HSV(B)250.69º66.01%60%-
XYZ9.56.0630.81-
YUV68.9175.46128.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=25.45%
G=18.91%
B=55.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70521530.540.6600.4250.6949.2740.2
Hex4634993642028fb3128
Octal10664231661020503736150
Binary1000110110100100110011101101000010010100011111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463499; }

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

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

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

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

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

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

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

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