Html Css Color HEX #492B98 Blue Gem

📋 copy color: '#492B98'

red 73 ◦ green 43 ◦ blue 152

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

Shades of Blue Gem #492B98

Tints of Blue Gem #492B98

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

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

R = 27.24%
G = 16.04%
B = 56.72%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#492B98 (or 0x492B98) is known color: Blue Gem. HEX triplet: 49, 2B and 98. RGB value is (73,43,152). Sum of RGB (Red+Green+Blue) = 73+43+152=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #492B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B98 is #B6D467. Grayscale: #3F3F3F. Windows color (decimal): -11981928 or 9972553. OLE color: 9972553.

HSL color Cylindrical-coordinate representation of color #492B98: hue angle of 256.51º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492B98 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 43 152 -
CMYK 0.52 0.72 0 0.40
HSL 256.51º 0.56% 0.38% -
HSV(B) 256.51º 0.72% 0.6% -
XYZ 9.28 5.41 30.26 -
YUV 64.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 73 43 152 0.52 0.72 0 0.40 256.51 0.56 0.38
Hex 49 2B 98 34 48 0 28 101 38 26
Octal 111 53 230 64 110 0 50 401 70 46
Binary 1001001 101011 10011000 110100 1001000 0 101000 100000001 111000 100110

Color Harmonies of #492B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B98

Black with #492B98

Text Example


Text Example

White with #492B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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