#462894

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

Shades of Blue Gem #462894

Tints of Blue Gem #462894

Color information

#462894 (or 0x462894) is unknown color: approx Blue Gem. HEX triplet: 46, 28 and 94. RGB value is (70,40,148). Sum of RGB (Red+Green+Blue) = 70+40+148=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #462894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462894 is #B9D76B. Grayscale: #3C3C3C. Windows color (decimal): -12179308 or 9709638. OLE color: 9709638.

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

Color convert

RGB7040148-
CMYK0.530.7300.42
HSL256.67º57.45%36.86%-
HSV(B)256.67º72.97%58.04%-
XYZ8.634.9628.52-
YUV61.28176.94134.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=27.13%
G=15.50%
B=57.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70401480.530.7300.42256.6757.4536.86
Hex462894354902A1013925
Octal10650224651110524017145
Binary10001101010001001010011010110010010101010100000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462894; }

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

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

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

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

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

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

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

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