#462893

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

Shades of Blue Gem #462893

Tints of Blue Gem #462893

Color information

#462893 (or 0x462893) is unknown color: approx Blue Gem. HEX triplet: 46, 28 and 93. RGB value is (70,40,147). Sum of RGB (Red+Green+Blue) = 70+40+147=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #462893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462893 is #B9D76C. Grayscale: #3C3C3C. Windows color (decimal): -12179309 or 9644102. OLE color: 9644102.

HSL color Cylindrical-coordinate representation of color #462893: hue angle of 256.82º 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 #462893 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7040147-
CMYK0.520.7300.42
HSL256.82º57.22%36.67%-
HSV(B)256.82º72.79%57.65%-
XYZ8.554.9328.1-
YUV61.17176.44134.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=27.24%
G=15.56%
B=57.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70401470.520.7300.42256.8257.2236.67
Hex462893344902A1013925
Octal10650223641110524017145
Binary10001101010001001001111010010010010101010100000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462893; }

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

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

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

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

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

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

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

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