Html Css Color HEX #492993 Blue Gem

📋 copy color: '#492993'

red 73 ◦ green 41 ◦ blue 147

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

Shades of Blue Gem #492993

Tints of Blue Gem #492993

RGB

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

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

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

R = 27.97%
G = 15.71%
B = 56.32%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492993 (or 0x492993) is known color: Blue Gem. HEX triplet: 49, 29 and 93. RGB value is (73,41,147). Sum of RGB (Red+Green+Blue) = 73+41+147=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #492993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492993 is #B6D66C. Grayscale: #3E3E3E. Windows color (decimal): -11982445 or 9644361. OLE color: 9644361.

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

Color convert

RGB 73 41 147 -
CMYK 0.50 0.72 0 0.42
HSL 258.11º 0.56% 0.37% -
HSV(B) 258.11º 0.72% 0.58% -
XYZ 8.81 5.11 28.13 -
YUV 62.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 73 41 147 0.50 0.72 0 0.42 258.11 0.56 0.37
Hex 49 29 93 32 48 0 2A 102 38 25
Octal 111 51 223 62 110 0 52 402 70 45
Binary 1001001 101001 10010011 110010 1001000 0 101010 100000010 111000 100101

Color Harmonies of #492993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492993

Black with #492993

Text Example


Text Example

White with #492993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492993; }

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

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

background-color css

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

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

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

border-color css

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

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

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