#492990

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

Shades of Blue Gem #492990

Tints of Blue Gem #492990

Color information

#492990 (or 0x492990) is unknown color: approx Blue Gem. HEX triplet: 49, 29 and 90. RGB value is (73,41,144). Sum of RGB (Red+Green+Blue) = 73+41+144=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #492990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492990 is #B6D66F. Grayscale: #3D3D3D. Windows color (decimal): -11982448 or 9447753. OLE color: 9447753.

HSL color Cylindrical-coordinate representation of color #492990: hue angle of 258.64º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492990 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7341144-
CMYK0.490.7200.44
HSL258.64º55.68%36.27%-
HSV(B)258.64º71.53%56.47%-
XYZ8.575.0226.9-
YUV62.31174.1135.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 144 (56.64% from 255) = 55.81%
R=28.29%
G=15.89%
B=55.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73411440.490.7200.44258.6455.6836.27
Hex492990314802C1033824
Octal11151220611100544037044
Binary10010011010011001000011000110010000101100100000011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492990; }

 p { color: rgb(73,41,144); }

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

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

 a { background-color: rgb(73,41,144); }

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

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

 span { border-color: rgb(73,41,144); }

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