#492893

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

Shades of Blue Gem #492893

Tints of Blue Gem #492893

Color information

#492893 (or 0x492893) is unknown color: approx Blue Gem. HEX triplet: 49, 28 and 93. RGB value is (73,40,147). Sum of RGB (Red+Green+Blue) = 73+40+147=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #492893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492893 is #B6D76C. Grayscale: #3D3D3D. Windows color (decimal): -11982701 or 9644105. OLE color: 9644105.

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

Color convert

RGB7340147-
CMYK0.500.7300.42
HSL258.5º57.22%36.67%-
HSV(B)258.5º72.79%57.65%-
XYZ8.775.0428.11-
YUV62.06175.93135.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=28.08%
G=15.38%
B=56.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73401470.500.7300.42258.557.2236.67
Hex492893324902A1033925
Octal11150223621110524037145
Binary10010011010001001001111001010010010101010100000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492893; }

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

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

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

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

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

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

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

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