#462AA9

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

Shades of Blue Gem #462AA9

Tints of Blue Gem #462AA9

Color information

#462AA9 (or 0x462AA9) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and A9. RGB value is (70,42,169). Sum of RGB (Red+Green+Blue) = 70+42+169=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #462AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AA9 is #B9D556. Grayscale: #404040. Windows color (decimal): -12178775 or 11086406. OLE color: 11086406.

HSL color Cylindrical-coordinate representation of color #462AA9: hue angle of 253.23º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462AA9 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7042169-
CMYK0.590.7500.34
HSL253.23º60.19%41.37%-
HSV(B)253.23º75.15%66.27%-
XYZ10.525.8238.11-
YUV64.85186.78131.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 169 (66.41% from 255) = 60.14%
R=24.91%
G=14.95%
B=60.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70421690.590.7500.34253.2360.1941.37
Hex462AA93B4B022fd3c29
Octal10652251731130423757451
Binary1000110101010101010011110111001011010001011111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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