#462EAA

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

Shades of Blue Gem #462EAA

Tints of Blue Gem #462EAA

Color information

#462EAA (or 0x462EAA) is unknown color: approx Blue Gem. HEX triplet: 46, 2E and AA. RGB value is (70,46,170). Sum of RGB (Red+Green+Blue) = 70+46+170=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #462EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462EAA is #B9D155. Grayscale: #424242. Windows color (decimal): -12177750 or 11152966. OLE color: 11152966.

HSL color Cylindrical-coordinate representation of color #462EAA: hue angle of 251.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462EAA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7046170-
CMYK0.590.7300.33
HSL251.61º57.41%42.35%-
HSV(B)251.61º72.94%66.67%-
XYZ10.766.1638.65-
YUV67.31185.95129.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=24.48%
G=16.08%
B=59.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70461700.590.7300.33251.6157.4142.35
Hex462EAA3B49021fc392a
Octal10656252731110413747152
Binary1000110101110101010101110111001001010000111111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,170); }

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

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

 a { background-color: rgb(70,46,170); }

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

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

 span { border-color: rgb(70,46,170); }

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