Html Css Color HEX #492995 Blue Gem

📋 copy color: '#492995'

red 73 ◦ green 41 ◦ blue 149

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

Shades of Blue Gem #492995

Tints of Blue Gem #492995

RGB

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

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

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

R = 27.76%
G = 15.59%
B = 56.65%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492995 (or 0x492995) is known color: Blue Gem. HEX triplet: 49, 29 and 95. RGB value is (73,41,149). Sum of RGB (Red+Green+Blue) = 73+41+149=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #492995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492995 is #B6D66A. Grayscale: #3E3E3E. Windows color (decimal): -11982443 or 9775433. OLE color: 9775433.

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

Color convert

RGB 73 41 149 -
CMYK 0.51 0.72 0 0.42
HSL 257.78º 0.57% 0.37% -
HSV(B) 257.78º 0.72% 0.58% -
XYZ 8.97 5.17 28.96 -
YUV 62.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 73 41 149 0.51 0.72 0 0.42 257.78 0.57 0.37
Hex 49 29 95 33 48 0 2A 102 39 25
Octal 111 51 225 63 110 0 52 402 71 45
Binary 1001001 101001 10010101 110011 1001000 0 101010 100000010 111001 100101

Color Harmonies of #492995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492995

Black with #492995

Text Example


Text Example

White with #492995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492995; }

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

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

background-color css

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

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

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

border-color css

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

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

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