Html Css Color HEX #492697 Blue Gem

📋 copy color: '#492697'

red 73 ◦ green 38 ◦ blue 151

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

Shades of Blue Gem #492697

Tints of Blue Gem #492697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 27.86%
G = 14.5%
B = 57.63%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492697 (or 0x492697) is known color: Blue Gem. HEX triplet: 49, 26 and 97. RGB value is (73,38,151). Sum of RGB (Red+Green+Blue) = 73+38+151=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #492697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492697 is #B6D968. Grayscale: #3C3C3C. Windows color (decimal): -11983209 or 9905737. OLE color: 9905737.

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

Color convert

RGB 73 38 151 -
CMYK 0.52 0.75 0 0.41
HSL 258.58º 0.6% 0.37% -
HSV(B) 258.58º 0.75% 0.59% -
XYZ 9.03 5.04 29.77 -
YUV 61.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 73 38 151 0.52 0.75 0 0.41 258.58 0.6 0.37
Hex 49 26 97 34 4B 0 29 103 3C 25
Octal 111 46 227 64 113 0 51 403 74 45
Binary 1001001 100110 10010111 110100 1001011 0 101001 100000011 111100 100101

Color Harmonies of #492697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492697

Black with #492697

Text Example


Text Example

White with #492697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492697; }

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

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

background-color css

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

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

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

border-color css

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

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

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