#462AAE

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

Shades of Blue Gem #462AAE

Tints of Blue Gem #462AAE

Color information

#462AAE (or 0x462AAE) is unknown color: approx Blue Gem. HEX triplet: 46, 2A and AE. RGB value is (70,42,174). Sum of RGB (Red+Green+Blue) = 70+42+174=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #462AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462AAE is #B9D551. Grayscale: #404040. Windows color (decimal): -12178770 or 11414086. OLE color: 11414086.

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

Color convert

RGB7042174-
CMYK0.600.7600.32
HSL252.73º61.11%42.35%-
HSV(B)252.73º75.86%68.24%-
XYZ10.996.0140.63-
YUV65.42189.28131.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=24.48%
G=14.69%
B=60.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70421740.600.7600.32252.7361.1142.35
Hex462AAE3C4C020fd3d2a
Octal10652256741140403757552
Binary1000110101010101011101111001001100010000011111101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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