#492CA6

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

Shades of Blue Gem #492CA6

Tints of Blue Gem #492CA6

Color information

#492CA6 (or 0x492CA6) is unknown color: approx Blue Gem. HEX triplet: 49, 2C and A6. RGB value is (73,44,166). Sum of RGB (Red+Green+Blue) = 73+44+166=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #492CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CA6 is #B6D359. Grayscale: #424242. Windows color (decimal): -11981658 or 10890313. OLE color: 10890313.

HSL color Cylindrical-coordinate representation of color #492CA6: hue angle of 254.26º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492CA6 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7344166-
CMYK0.560.7300.35
HSL254.26º58.1%41.18%-
HSV(B)254.26º73.49%65.1%-
XYZ10.535.9736.67-
YUV66.58184.11132.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 166 (65.23% from 255) = 58.66%
R=25.80%
G=15.55%
B=58.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73441660.560.7300.35254.2658.141.18
Hex492CA63849023fe3a29
Octal11154246701110433767251
Binary1001001101100101001101110001001001010001111111110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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