Html Css Color HEX #492994 Blue Gem

📋 copy color: '#492994'

red 73 ◦ green 41 ◦ blue 148

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

Shades of Blue Gem #492994

Tints of Blue Gem #492994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 27.86%
G = 15.65%
B = 56.49%

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

#492994 (or 0x492994) is known color: Blue Gem. HEX triplet: 49, 29 and 94. RGB value is (73,41,148). Sum of RGB (Red+Green+Blue) = 73+41+148=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #492994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492994 is #B6D66B. Grayscale: #3E3E3E. Windows color (decimal): -11982444 or 9709897. OLE color: 9709897.

HSL color Cylindrical-coordinate representation of color #492994: hue angle of 257.94º 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 #492994 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 41 148 -
CMYK 0.51 0.72 0 0.42
HSL 257.94º 0.57% 0.37% -
HSV(B) 257.94º 0.72% 0.58% -
XYZ 8.89 5.14 28.54 -
YUV 62.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 73 41 148 0.51 0.72 0 0.42 257.94 0.57 0.37
Hex 49 29 94 33 48 0 2A 102 39 25
Octal 111 51 224 63 110 0 52 402 71 45
Binary 1001001 101001 10010100 110011 1001000 0 101010 100000010 111001 100101

Color Harmonies of #492994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492994

Black with #492994

Text Example


Text Example

White with #492994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492994; }

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

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

background-color css

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

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

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

border-color css

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

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

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