Html Css Color HEX #492897 Blue Gem

📋 copy color: '#492897'

red 73 ◦ green 40 ◦ blue 151

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

Shades of Blue Gem #492897

Tints of Blue Gem #492897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 27.65%
G = 15.15%
B = 57.2%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492897 (or 0x492897) is known color: Blue Gem. HEX triplet: 49, 28 and 97. RGB value is (73,40,151). Sum of RGB (Red+Green+Blue) = 73+40+151=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #492897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492897 is #B6D768. Grayscale: #3E3E3E. Windows color (decimal): -11982697 or 9906249. OLE color: 9906249.

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

Color convert

RGB 73 40 151 -
CMYK 0.52 0.74 0 0.41
HSL 257.84º 0.58% 0.37% -
HSV(B) 257.84º 0.74% 0.59% -
XYZ 9.09 5.17 29.8 -
YUV 62.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 73 40 151 0.52 0.74 0 0.41 257.84 0.58 0.37
Hex 49 28 97 34 4A 0 29 102 3A 25
Octal 111 50 227 64 112 0 51 402 72 45
Binary 1001001 101000 10010111 110100 1001010 0 101001 100000010 111010 100101

Color Harmonies of #492897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492897

Black with #492897

Text Example


Text Example

White with #492897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492897; }

 p { color: rgb(73,40,151); }

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

background-color css

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

 a { background-color: rgb(73,40,151); }

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

border-color css

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

 span { border-color: rgb(73,40,151); }

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