#492AA2

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

Shades of Blue Gem #492AA2

Tints of Blue Gem #492AA2

Color information

#492AA2 (or 0x492AA2) is unknown color: approx Blue Gem. HEX triplet: 49, 2A and A2. RGB value is (73,42,162). Sum of RGB (Red+Green+Blue) = 73+42+162=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #492AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492AA2 is #B6D55D. Grayscale: #404040. Windows color (decimal): -11982174 or 10627657. OLE color: 10627657.

HSL color Cylindrical-coordinate representation of color #492AA2: hue angle of 255.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492AA2 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7342162-
CMYK0.550.7400.36
HSL255.5º58.82%40%-
HSV(B)255.5º74.07%63.53%-
XYZ10.15.6834.75-
YUV64.95182.77133.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=26.35%
G=15.16%
B=58.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73421620.550.7400.36255.558.8240
Hex492AA2374A0241003b28
Octal11152242671120444007350
Binary10010011010101010001011011110010100100100100000000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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