#462EA0

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

Shades of Blue Gem #462EA0

Tints of Blue Gem #462EA0

Color information

#462EA0 (or 0x462EA0) is unknown color: approx Blue Gem. HEX triplet: 46, 2E and A0. RGB value is (70,46,160). Sum of RGB (Red+Green+Blue) = 70+46+160=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #462EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462EA0 is #B9D15F. Grayscale: #414141. Windows color (decimal): -12177760 or 10497606. OLE color: 10497606.

HSL color Cylindrical-coordinate representation of color #462EA0: hue angle of 252.63º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462EA0 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7046160-
CMYK0.560.7100.37
HSL252.63º55.34%40.39%-
HSV(B)252.63º71.25%62.75%-
XYZ9.855.7933.86-
YUV66.17180.95130.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 160 (62.89% from 255) = 57.97%
R=25.36%
G=16.67%
B=57.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70461600.560.7100.37252.6355.3440.39
Hex462EA03847025fd3728
Octal10656240701070453756750
Binary1000110101110101000001110001000111010010111111101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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