#492A9C

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

Shades of Blue Gem #492A9C

Tints of Blue Gem #492A9C

Color information

#492A9C (or 0x492A9C) is unknown color: approx Blue Gem. HEX triplet: 49, 2A and 9C. RGB value is (73,42,156). Sum of RGB (Red+Green+Blue) = 73+42+156=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #492A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A9C is #B6D563. Grayscale: #3F3F3F. Windows color (decimal): -11982180 or 10234441. OLE color: 10234441.

HSL color Cylindrical-coordinate representation of color #492A9C: hue angle of 256.32º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492A9C is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7342156-
CMYK0.530.7300.39
HSL256.32º57.58%38.82%-
HSV(B)256.32º73.08%61.18%-
XYZ9.585.4732-
YUV64.26179.77134.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=26.94%
G=15.50%
B=57.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73421560.530.7300.39256.3257.5838.82
Hex492A9C35490271003a27
Octal11152234651110474007247
Binary10010011010101001110011010110010010100111100000000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,42,156); }

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

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

 a { background-color: rgb(73,42,156); }

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

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

 span { border-color: rgb(73,42,156); }

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