#492C8C

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

Shades of Blue Gem #492C8C

Tints of Blue Gem #492C8C

Color information

#492C8C (or 0x492C8C) is unknown color: approx Blue Gem. HEX triplet: 49, 2C and 8C. RGB value is (73,44,140). Sum of RGB (Red+Green+Blue) = 73+44+140=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #492C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C8C is #B6D373. Grayscale: #3F3F3F. Windows color (decimal): -11981684 or 9186377. OLE color: 9186377.

HSL color Cylindrical-coordinate representation of color #492C8C: hue angle of 258.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492C8C is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7344140-
CMYK0.480.6900.45
HSL258.12º52.17%36.08%-
HSV(B)258.12º68.57%54.9%-
XYZ8.385.1125.36-
YUV63.62171.11134.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=28.40%
G=17.12%
B=54.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73441400.480.6900.45258.1252.1736.08
Hex492C8C304502D1023424
Octal11154214601050554026444
Binary10010011011001000110011000010001010101101100000010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C8C; }

 p { color: rgb(73,44,140); }

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

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

 a { background-color: rgb(73,44,140); }

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

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

 span { border-color: rgb(73,44,140); }

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