Html Css Color HEX #492196 Blue Gem

📋 copy color: '#492196'

red 73 ◦ green 33 ◦ blue 150

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

Shades of Blue Gem #492196

Tints of Blue Gem #492196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 28.52%
G = 12.89%
B = 58.59%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492196 (or 0x492196) is known color: Blue Gem. HEX triplet: 49, 21 and 96. RGB value is (73,33,150). Sum of RGB (Red+Green+Blue) = 73+33+150=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #492196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492196 is #B6DE69. Grayscale: #393939. Windows color (decimal): -11984490 or 9838921. OLE color: 9838921.

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

Color convert

RGB 73 33 150 -
CMYK 0.51 0.78 0 0.41
HSL 260.51º 0.64% 0.36% -
HSV(B) 260.51º 0.78% 0.59% -
XYZ 8.8 4.71 29.3 -
YUV 58.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 73 33 150 0.51 0.78 0 0.41 260.51 0.64 0.36
Hex 49 21 96 33 4E 0 29 105 40 24
Octal 111 41 226 63 116 0 51 405 100 44
Binary 1001001 100001 10010110 110011 1001110 0 101001 100000101 1000000 100100

Color Harmonies of #492196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492196

Black with #492196

Text Example


Text Example

White with #492196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492196; }

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

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

background-color css

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

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

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

border-color css

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

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

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