Html Css Color HEX #492195 Blue Gem

📋 copy color: '#492195'

red 73 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #492195

Tints of Blue Gem #492195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 28.63%
G = 12.94%
B = 58.43%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492195 (or 0x492195) is known color: Blue Gem. HEX triplet: 49, 21 and 95. RGB value is (73,33,149). Sum of RGB (Red+Green+Blue) = 73+33+149=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #492195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492195 is #B6DE6A. Grayscale: #393939. Windows color (decimal): -11984491 or 9773385. OLE color: 9773385.

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

Color convert

RGB 73 33 149 -
CMYK 0.51 0.78 0 0.42
HSL 260.69º 0.64% 0.36% -
HSV(B) 260.69º 0.78% 0.58% -
XYZ 8.72 4.67 28.88 -
YUV 58.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 73 33 149 0.51 0.78 0 0.42 260.69 0.64 0.36
Hex 49 21 95 33 4E 0 2A 105 40 24
Octal 111 41 225 63 116 0 52 405 100 44
Binary 1001001 100001 10010101 110011 1001110 0 101010 100000101 1000000 100100

Color Harmonies of #492195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492195

Black with #492195

Text Example


Text Example

White with #492195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492195; }

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

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

background-color css

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

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

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

border-color css

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

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

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