Html Css Color HEX #492793 Blue Gem

📋 copy color: '#492793'

red 73 ◦ green 39 ◦ blue 147

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

Shades of Blue Gem #492793

Tints of Blue Gem #492793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.76%

R = 28.19%
G = 15.06%
B = 56.76%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492793 (or 0x492793) is known color: Blue Gem. HEX triplet: 49, 27 and 93. RGB value is (73,39,147). Sum of RGB (Red+Green+Blue) = 73+39+147=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #492793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492793 is #B6D86C. Grayscale: #3D3D3D. Windows color (decimal): -11982957 or 9643849. OLE color: 9643849.

HSL color Cylindrical-coordinate representation of color #492793: hue angle of 258.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492793 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 39 147 -
CMYK 0.50 0.73 0 0.42
HSL 258.89º 0.58% 0.36% -
HSV(B) 258.89º 0.73% 0.58% -
XYZ 8.74 4.97 28.1 -
YUV 61.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 73 39 147 0.50 0.73 0 0.42 258.89 0.58 0.36
Hex 49 27 93 32 49 0 2A 103 3A 24
Octal 111 47 223 62 111 0 52 403 72 44
Binary 1001001 100111 10010011 110010 1001001 0 101010 100000011 111010 100100

Color Harmonies of #492793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492793

Black with #492793

Text Example


Text Example

White with #492793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492793; }

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

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

background-color css

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

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

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

border-color css

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

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

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