Html Css Color HEX #492095 Blue Gem

📋 copy color: '#492095'

red 73 ◦ green 32 ◦ blue 149

#492095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #492095

Tints of Blue Gem #492095

RGB

 RED value IS 73 (28.91% from 255) = 28.74%

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 28.74%
G = 12.6%
B = 58.66%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492095 (or 0x492095) is known color: Blue Gem. HEX triplet: 49, 20 and 95. RGB value is (73,32,149). Sum of RGB (Red+Green+Blue) = 73+32+149=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #492095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492095 is #B6DF6A. Grayscale: #393939. Windows color (decimal): -11984747 or 9773129. OLE color: 9773129.

HSL color Cylindrical-coordinate representation of color #492095: hue angle of 261.03º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492095 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 32 149 -
CMYK 0.51 0.79 0 0.42
HSL 261.03º 0.65% 0.35% -
HSV(B) 261.03º 0.79% 0.58% -
XYZ 8.69 4.62 28.87 -
YUV 57.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 73 32 149 0.51 0.79 0 0.42 261.03 0.65 0.35
Hex 49 20 95 33 4F 0 2A 105 41 23
Octal 111 40 225 63 117 0 52 405 101 43
Binary 1001001 100000 10010101 110011 1001111 0 101010 100000101 1000001 100011

Color Harmonies of #492095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492095

Black with #492095

Text Example


Text Example

White with #492095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492095; }

 p { color: rgb(73,32,149); }

 H1.HeaderClassName
 {
   color: #492095;
 }
 .AnyTagClassName
 {
   color: #492095;
 }
</style>

background-color css

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

 a { background-color: rgb(73,32,149); }

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

border-color css

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

 span { border-color: rgb(73,32,149); }

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