#462493

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

Shades of Blue Gem #462493

Tints of Blue Gem #462493

Color information

#462493 (or 0x462493) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 93. RGB value is (70,36,147). Sum of RGB (Red+Green+Blue) = 70+36+147=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #462493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462493 is #B9DB6C. Grayscale: #3A3A3A. Windows color (decimal): -12180333 or 9643078. OLE color: 9643078.

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

Color convert

RGB7036147-
CMYK0.520.7600.42
HSL258.38º60.66%35.88%-
HSV(B)258.38º75.51%57.65%-
XYZ8.424.6728.06-
YUV58.82177.76135.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=27.67%
G=14.23%
B=58.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70361470.520.7600.42258.3860.6635.88
Hex462493344C02A1023d24
Octal10644223641140524027544
Binary10001101001001001001111010010011000101010100000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462493; }

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

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

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

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

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

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

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

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