Html Css Color HEX #492598 Blue Gem

📋 copy color: '#492598'

red 73 ◦ green 37 ◦ blue 152

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

Shades of Blue Gem #492598

Tints of Blue Gem #492598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

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

R = 27.86%
G = 14.12%
B = 58.02%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#492598 (or 0x492598) is known color: Blue Gem. HEX triplet: 49, 25 and 98. RGB value is (73,37,152). Sum of RGB (Red+Green+Blue) = 73+37+152=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #492598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492598 is #B6DA67. Grayscale: #3C3C3C. Windows color (decimal): -11983464 or 9971017. OLE color: 9971017.

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

Color convert

RGB 73 37 152 -
CMYK 0.52 0.76 0 0.40
HSL 258.78º 0.61% 0.37% -
HSV(B) 258.78º 0.76% 0.6% -
XYZ 9.08 5.01 30.19 -
YUV 60.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 73 37 152 0.52 0.76 0 0.40 258.78 0.61 0.37
Hex 49 25 98 34 4C 0 28 103 3D 25
Octal 111 45 230 64 114 0 50 403 75 45
Binary 1001001 100101 10011000 110100 1001100 0 101000 100000011 111101 100101

Color Harmonies of #492598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492598

Black with #492598

Text Example


Text Example

White with #492598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492598; }

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

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

background-color css

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

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

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

border-color css

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

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

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