Html Css Color HEX #492996 Blue Gem

📋 copy color: '#492996'

red 73 ◦ green 41 ◦ blue 150

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

Shades of Blue Gem #492996

Tints of Blue Gem #492996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 27.65%
G = 15.53%
B = 56.82%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492996 (or 0x492996) is known color: Blue Gem. HEX triplet: 49, 29 and 96. RGB value is (73,41,150). Sum of RGB (Red+Green+Blue) = 73+41+150=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #492996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492996 is #B6D669. Grayscale: #3E3E3E. Windows color (decimal): -11982442 or 9840969. OLE color: 9840969.

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

Color convert

RGB 73 41 150 -
CMYK 0.51 0.73 0 0.41
HSL 257.61º 0.57% 0.37% -
HSV(B) 257.61º 0.73% 0.59% -
XYZ 9.05 5.2 29.38 -
YUV 62.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 73 41 150 0.51 0.73 0 0.41 257.61 0.57 0.37
Hex 49 29 96 33 49 0 29 102 39 25
Octal 111 51 226 63 111 0 51 402 71 45
Binary 1001001 101001 10010110 110011 1001001 0 101001 100000010 111001 100101

Color Harmonies of #492996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492996

Black with #492996

Text Example


Text Example

White with #492996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492996; }

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

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

background-color css

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

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

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

border-color css

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

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

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