#463699

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

Shades of Blue Gem #463699

Tints of Blue Gem #463699

Color information

#463699 (or 0x463699) is unknown color: approx Blue Gem. HEX triplet: 46, 36 and 99. RGB value is (70,54,153). Sum of RGB (Red+Green+Blue) = 70+54+153=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #463699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463699 is #B9C966. Grayscale: #454545. Windows color (decimal): -12175719 or 10040902. OLE color: 10040902.

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

Color convert

RGB7054153-
CMYK0.540.6500.4
HSL249.7º47.83%40.59%-
HSV(B)249.7º64.71%60%-
XYZ9.596.2430.84-
YUV70.07174.8127.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=25.27%
G=19.49%
B=55.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70541530.540.6500.4249.747.8340.59
Hex4636993641028fa3029
Octal10666231661010503726051
Binary1000110110110100110011101101000001010100011111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463699; }

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

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

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

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

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

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

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

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