#462D99

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

Shades of Blue Gem #462D99

Tints of Blue Gem #462D99

Color information

#462D99 (or 0x462D99) is unknown color: approx Blue Gem. HEX triplet: 46, 2D and 99. RGB value is (70,45,153). Sum of RGB (Red+Green+Blue) = 70+45+153=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #462D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462D99 is #B9D266. Grayscale: #404040. Windows color (decimal): -12178023 or 10038598. OLE color: 10038598.

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

Color convert

RGB7045153-
CMYK0.540.7100.4
HSL253.89º54.55%38.82%-
HSV(B)253.89º70.59%60%-
XYZ9.215.4830.71-
YUV64.79177.78131.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=26.12%
G=16.79%
B=57.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70451530.540.7100.4253.8954.5538.82
Hex462D993647028fe3727
Octal10655231661070503766747
Binary1000110101101100110011101101000111010100011111110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,153); }

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

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

 a { background-color: rgb(70,45,153); }

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

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

 span { border-color: rgb(70,45,153); }

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