#462EAE

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

Shades of Blue Gem #462EAE

Tints of Blue Gem #462EAE

Color information

#462EAE (or 0x462EAE) is unknown color: approx Blue Gem. HEX triplet: 46, 2E and AE. RGB value is (70,46,174). Sum of RGB (Red+Green+Blue) = 70+46+174=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #462EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462EAE is #B9D151. Grayscale: #434343. Windows color (decimal): -12177746 or 11415110. OLE color: 11415110.

HSL color Cylindrical-coordinate representation of color #462EAE: hue angle of 251.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462EAE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7046174-
CMYK0.600.7400.32
HSL251.25º58.18%43.14%-
HSV(B)251.25º73.56%68.24%-
XYZ11.146.3140.68-
YUV67.77187.95129.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 46 (18.36% from 255) = 15.86%
BLUE value IS 174 (68.36% from 255) = 60%
R=24.14%
G=15.86%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70461740.600.7400.32251.2558.1843.14
Hex462EAE3C4A020fb3a2b
Octal10656256741120403737253
Binary1000110101110101011101111001001010010000011111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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