#462D90

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

Shades of Blue Gem #462D90

Tints of Blue Gem #462D90

Color information

#462D90 (or 0x462D90) is unknown color: approx Blue Gem. HEX triplet: 46, 2D and 90. RGB value is (70,45,144). Sum of RGB (Red+Green+Blue) = 70+45+144=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #462D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462D90 is #B9D26F. Grayscale: #3F3F3F. Windows color (decimal): -12178032 or 9448774. OLE color: 9448774.

HSL color Cylindrical-coordinate representation of color #462D90: hue angle of 255.15º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462D90 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7045144-
CMYK0.510.6900.44
HSL255.15º52.38%37.06%-
HSV(B)255.15º68.75%56.47%-
XYZ8.55.1926.94-
YUV63.76173.28132.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=27.03%
G=17.37%
B=55.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70451440.510.6900.44255.1552.3837.06
Hex462D90334502Cff3425
Octal10655220631050543776445
Binary1000110101101100100001100111000101010110011111111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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