#462991

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

Shades of Blue Gem #462991

Tints of Blue Gem #462991

Color information

#462991 (or 0x462991) is unknown color: approx Blue Gem. HEX triplet: 46, 29 and 91. RGB value is (70,41,145). Sum of RGB (Red+Green+Blue) = 70+41+145=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #462991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462991 is #B9D66E. Grayscale: #3D3D3D. Windows color (decimal): -12179055 or 9513286. OLE color: 9513286.

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

Color convert

RGB7041145-
CMYK0.520.7200.43
HSL256.73º55.91%36.47%-
HSV(B)256.73º71.72%56.86%-
XYZ8.434.9327.3-
YUV61.53175.11134.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=27.34%
G=16.02%
B=56.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70411450.520.7200.43256.7355.9136.47
Hex462991344802B1013824
Octal10651221641100534017044
Binary10001101010011001000111010010010000101011100000001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462991; }

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

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

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

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

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

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

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

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