#463596

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

Shades of Blue Gem #463596

Tints of Blue Gem #463596

Color information

#463596 (or 0x463596) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 96. RGB value is (70,53,150). Sum of RGB (Red+Green+Blue) = 70+53+150=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #463596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463596 is #B9CA69. Grayscale: #444444. Windows color (decimal): -12175978 or 9844038. OLE color: 9844038.

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

Color convert

RGB7053150-
CMYK0.530.6500.41
HSL250.52º47.78%39.8%-
HSV(B)250.52º64.67%58.82%-
XYZ9.36.0529.53-
YUV69.14173.63128.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=25.64%
G=19.41%
B=54.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70531500.530.6500.41250.5247.7839.8
Hex4635963541029fb3028
Octal10665226651010513736050
Binary1000110110101100101101101011000001010100111111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463596; }

 p { color: rgb(70,53,150); }

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

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

 a { background-color: rgb(70,53,150); }

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

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

 span { border-color: rgb(70,53,150); }

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