Html Css Color HEX #492898 Blue Gem

📋 copy color: '#492898'

red 73 ◦ green 40 ◦ blue 152

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

Shades of Blue Gem #492898

Tints of Blue Gem #492898

RGB

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

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

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

R = 27.55%
G = 15.09%
B = 57.36%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#492898 (or 0x492898) is known color: Blue Gem. HEX triplet: 49, 28 and 98. RGB value is (73,40,152). Sum of RGB (Red+Green+Blue) = 73+40+152=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #492898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492898 is #B6D767. Grayscale: #3E3E3E. Windows color (decimal): -11982696 or 9971785. OLE color: 9971785.

HSL color Cylindrical-coordinate representation of color #492898: hue angle of 257.68º degrees, saturation: 0.58, 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 #492898 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 40 152 -
CMYK 0.52 0.74 0 0.40
HSL 257.68º 0.58% 0.38% -
HSV(B) 257.68º 0.74% 0.6% -
XYZ 9.17 5.2 30.23 -
YUV 62.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 73 40 152 0.52 0.74 0 0.40 257.68 0.58 0.38
Hex 49 28 98 34 4A 0 28 102 3A 26
Octal 111 50 230 64 112 0 50 402 72 46
Binary 1001001 101000 10011000 110100 1001010 0 101000 100000010 111010 100110

Color Harmonies of #492898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492898

Black with #492898

Text Example


Text Example

White with #492898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492898; }

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

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

background-color css

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

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

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

border-color css

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

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

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