#462AA2

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

Shades of Blue Gem #462AA2

Tints of Blue Gem #462AA2

Color information

#462AA2 (or 0x462AA2) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and A2. RGB value is (70,42,162). Sum of RGB (Red+Green+Blue) = 70+42+162=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #462AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AA2 is #B9D55D. Grayscale: #3F3F3F. Windows color (decimal): -12178782 or 10627654. OLE color: 10627654.

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

Color convert

RGB7042162-
CMYK0.570.7400.36
HSL254º58.82%40%-
HSV(B)254º74.07%63.53%-
XYZ9.885.5734.74-
YUV64.05183.28132.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 42 (16.80% from 255) = 15.33%
BLUE value IS 162 (63.67% from 255) = 59.12%
R=25.55%
G=15.33%
B=59.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70421620.570.7400.3625458.8240
Hex462AA2394A024fe3b28
Octal10652242711120443767350
Binary1000110101010101000101110011001010010010011111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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