Html Css Color HEX #492494 Blue Gem

📋 copy color: '#492494'

red 73 ◦ green 36 ◦ blue 148

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

Shades of Blue Gem #492494

Tints of Blue Gem #492494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 28.4%
G = 14.01%
B = 57.59%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492494 (or 0x492494) is known color: Blue Gem. HEX triplet: 49, 24 and 94. RGB value is (73,36,148). Sum of RGB (Red+Green+Blue) = 73+36+148=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #492494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492494 is #B6DB6B. Grayscale: #3B3B3B. Windows color (decimal): -11983724 or 9708617. OLE color: 9708617.

HSL color Cylindrical-coordinate representation of color #492494: hue angle of 259.82º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492494 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 36 148 -
CMYK 0.51 0.76 0 0.42
HSL 259.82º 0.61% 0.36% -
HSV(B) 259.82º 0.76% 0.58% -
XYZ 8.72 4.82 28.49 -
YUV 59.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 73 36 148 0.51 0.76 0 0.42 259.82 0.61 0.36
Hex 49 24 94 33 4C 0 2A 104 3D 24
Octal 111 44 224 63 114 0 52 404 75 44
Binary 1001001 100100 10010100 110011 1001100 0 101010 100000100 111101 100100

Color Harmonies of #492494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492494

Black with #492494

Text Example


Text Example

White with #492494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492494; }

 p { color: rgb(73,36,148); }

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

background-color css

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

 a { background-color: rgb(73,36,148); }

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

border-color css

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

 span { border-color: rgb(73,36,148); }

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