#462791

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

Shades of Blue Gem #462791

Tints of Blue Gem #462791

Color information

#462791 (or 0x462791) is unknown color: approx Blue Gem. HEX triplet: 46, 27 and 91. RGB value is (70,39,145). Sum of RGB (Red+Green+Blue) = 70+39+145=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #462791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462791 is #B9D86E. Grayscale: #3B3B3B. Windows color (decimal): -12179567 or 9512774. OLE color: 9512774.

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

Color convert

RGB7039145-
CMYK0.520.7300.43
HSL257.55º57.61%36.08%-
HSV(B)257.55º73.1%56.86%-
XYZ8.364.827.27-
YUV60.35175.77134.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 145 (57.03% from 255) = 57.09%
R=27.56%
G=15.35%
B=57.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70391450.520.7300.43257.5557.6136.08
Hex462791344902B1023a24
Octal10647221641110534027244
Binary10001101001111001000111010010010010101011100000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462791; }

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

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

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

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

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

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

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

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