#463591

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

Shades of Blue Gem #463591

Tints of Blue Gem #463591

Color information

#463591 (or 0x463591) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 91. RGB value is (70,53,145). Sum of RGB (Red+Green+Blue) = 70+53+145=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #463591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463591 is #B9CA6E. Grayscale: #444444. Windows color (decimal): -12175983 or 9516358. OLE color: 9516358.

HSL color Cylindrical-coordinate representation of color #463591: hue angle of 251.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463591 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7053145-
CMYK0.520.6300.43
HSL251.09º46.46%38.82%-
HSV(B)251.09º63.45%56.86%-
XYZ8.915.8927.46-
YUV68.57171.13129.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=26.12%
G=19.78%
B=54.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70531450.520.6300.43251.0946.4638.82
Hex463591343F02Bfb2e27
Octal1066522164770533735647
Binary100011011010110010001110100111111010101111111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463591; }

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

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

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

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

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

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

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

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