Html Css Color HEX #492797 Blue Gem

📋 copy color: '#492797'

red 73 ◦ green 39 ◦ blue 151

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

Shades of Blue Gem #492797

Tints of Blue Gem #492797

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 27.76%
G = 14.83%
B = 57.41%

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

#492797 (or 0x492797) is known color: Blue Gem. HEX triplet: 49, 27 and 97. RGB value is (73,39,151). Sum of RGB (Red+Green+Blue) = 73+39+151=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #492797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492797 is #B6D868. Grayscale: #3D3D3D. Windows color (decimal): -11982953 or 9905993. OLE color: 9905993.

HSL color Cylindrical-coordinate representation of color #492797: hue angle of 258.21º degrees, saturation: 0.59, 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 #492797 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 39 151 -
CMYK 0.52 0.74 0 0.41
HSL 258.21º 0.59% 0.37% -
HSV(B) 258.21º 0.74% 0.59% -
XYZ 9.06 5.1 29.79 -
YUV 61.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 73 39 151 0.52 0.74 0 0.41 258.21 0.59 0.37
Hex 49 27 97 34 4A 0 29 102 3B 25
Octal 111 47 227 64 112 0 51 402 73 45
Binary 1001001 100111 10010111 110100 1001010 0 101001 100000010 111011 100101

Color Harmonies of #492797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492797

Black with #492797

Text Example


Text Example

White with #492797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492797; }

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

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

background-color css

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

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

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

border-color css

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

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

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