Html Css Color HEX #492899 Blue Gem

📋 copy color: '#492899'

red 73 ◦ green 40 ◦ blue 153

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

Shades of Blue Gem #492899

Tints of Blue Gem #492899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 27.44%
G = 15.04%
B = 57.52%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#492899 (or 0x492899) is known color: Blue Gem. HEX triplet: 49, 28 and 99. RGB value is (73,40,153). Sum of RGB (Red+Green+Blue) = 73+40+153=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #492899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492899 is #B6D766. Grayscale: #3E3E3E. Windows color (decimal): -11982695 or 10037321. OLE color: 10037321.

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

Color convert

RGB 73 40 153 -
CMYK 0.52 0.74 0 0.4
HSL 257.52º 0.59% 0.38% -
HSV(B) 257.52º 0.74% 0.6% -
XYZ 9.26 5.23 30.66 -
YUV 62.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 73 40 153 0.52 0.74 0 0.4 257.52 0.59 0.38
Hex 49 28 99 34 4A 0 28 102 3B 26
Octal 111 50 231 64 112 0 50 402 73 46
Binary 1001001 101000 10011001 110100 1001010 0 101000 100000010 111011 100110

Color Harmonies of #492899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492899

Black with #492899

Text Example


Text Example

White with #492899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492899; }

 p { color: rgb(73,40,153); }

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

background-color css

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

 a { background-color: rgb(73,40,153); }

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

border-color css

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

 span { border-color: rgb(73,40,153); }

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