#462993

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

Shades of Blue Gem #462993

Tints of Blue Gem #462993

Color information

#462993 (or 0x462993) is unknown color: approx Blue Gem. HEX triplet: 46, 29 and 93. RGB value is (70,41,147). Sum of RGB (Red+Green+Blue) = 70+41+147=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #462993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462993 is #B9D66C. Grayscale: #3D3D3D. Windows color (decimal): -12179053 or 9644358. OLE color: 9644358.

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

Color convert

RGB7041147-
CMYK0.520.7200.42
HSL256.42º56.38%36.86%-
HSV(B)256.42º72.11%57.65%-
XYZ8.594.9928.12-
YUV61.76176.11133.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=27.13%
G=15.89%
B=56.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70411470.520.7200.42256.4256.3836.86
Hex462993344802A1003825
Octal10651223641100524007045
Binary10001101010011001001111010010010000101010100000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462993; }

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

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

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

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

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

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

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

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