#462AA1

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

Shades of Blue Gem #462AA1

Tints of Blue Gem #462AA1

Color information

#462AA1 (or 0x462AA1) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and A1. RGB value is (70,42,161). Sum of RGB (Red+Green+Blue) = 70+42+161=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #462AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AA1 is #B9D55E. Grayscale: #3F3F3F. Windows color (decimal): -12178783 or 10562118. OLE color: 10562118.

HSL color Cylindrical-coordinate representation of color #462AA1: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462AA1 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7042161-
CMYK0.570.7400.37
HSL254.12º58.62%39.8%-
HSV(B)254.12º73.91%63.14%-
XYZ9.795.5334.27-
YUV63.94182.78132.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 161 (63.28% from 255) = 58.97%
R=25.64%
G=15.38%
B=58.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70421610.570.7400.37254.1258.6239.8
Hex462AA1394A025fe3b28
Octal10652241711120453767350
Binary1000110101010101000011110011001010010010111111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462AA1; }

 p { color: rgb(70,42,161); }

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

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

 a { background-color: rgb(70,42,161); }

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

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

 span { border-color: rgb(70,42,161); }

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