Html Css Color HEX #492098 Blue Gem

📋 copy color: '#492098'

red 73 ◦ green 32 ◦ blue 152

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

Shades of Blue Gem #492098

Tints of Blue Gem #492098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 28.4%
G = 12.45%
B = 59.14%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#492098 (or 0x492098) is known color: Blue Gem. HEX triplet: 49, 20 and 98. RGB value is (73,32,152). Sum of RGB (Red+Green+Blue) = 73+32+152=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #492098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492098 is #B6DF67. Grayscale: #393939. Windows color (decimal): -11984744 or 9969737. OLE color: 9969737.

HSL color Cylindrical-coordinate representation of color #492098: hue angle of 260.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492098 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 32 152 -
CMYK 0.52 0.79 0 0.40
HSL 260.5º 0.65% 0.36% -
HSV(B) 260.5º 0.79% 0.6% -
XYZ 8.93 4.72 30.15 -
YUV 57.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 73 32 152 0.52 0.79 0 0.40 260.5 0.65 0.36
Hex 49 20 98 34 4F 0 28 104 41 24
Octal 111 40 230 64 117 0 50 404 101 44
Binary 1001001 100000 10011000 110100 1001111 0 101000 100000100 1000001 100100

Color Harmonies of #492098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492098

Black with #492098

Text Example


Text Example

White with #492098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492098; }

 p { color: rgb(73,32,152); }

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

background-color css

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

 a { background-color: rgb(73,32,152); }

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

border-color css

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

 span { border-color: rgb(73,32,152); }

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