#462494

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

Shades of Blue Gem #462494

Tints of Blue Gem #462494

Color information

#462494 (or 0x462494) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 94. RGB value is (70,36,148). Sum of RGB (Red+Green+Blue) = 70+36+148=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #462494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462494 is #B9DB6B. Grayscale: #3A3A3A. Windows color (decimal): -12180332 or 9708614. OLE color: 9708614.

HSL color Cylindrical-coordinate representation of color #462494: hue angle of 258.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462494 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7036148-
CMYK0.530.7600.42
HSL258.21º60.87%36.08%-
HSV(B)258.21º75.68%58.04%-
XYZ8.54.728.48-
YUV58.93178.26135.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=27.56%
G=14.17%
B=58.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70361480.530.7600.42258.2160.8736.08
Hex462494354C02A1023d24
Octal10644224651140524027544
Binary10001101001001001010011010110011000101010100000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462494; }

 p { color: rgb(70,36,148); }

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

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

 a { background-color: rgb(70,36,148); }

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

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

 span { border-color: rgb(70,36,148); }

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