Html Css Color HEX #492294 Blue Gem

📋 copy color: '#492294'

red 73 ◦ green 34 ◦ blue 148

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

Shades of Blue Gem #492294

Tints of Blue Gem #492294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 28.63%
G = 13.33%
B = 58.04%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492294 (or 0x492294) is known color: Blue Gem. HEX triplet: 49, 22 and 94. RGB value is (73,34,148). Sum of RGB (Red+Green+Blue) = 73+34+148=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #492294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492294 is #B6DD6B. Grayscale: #3A3A3A. Windows color (decimal): -11984236 or 9708105. OLE color: 9708105.

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

Color convert

RGB 73 34 148 -
CMYK 0.51 0.77 0 0.42
HSL 260.53º 0.63% 0.36% -
HSV(B) 260.53º 0.77% 0.58% -
XYZ 8.66 4.7 28.47 -
YUV 58.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 73 34 148 0.51 0.77 0 0.42 260.53 0.63 0.36
Hex 49 22 94 33 4D 0 2A 105 3F 24
Octal 111 42 224 63 115 0 52 405 77 44
Binary 1001001 100010 10010100 110011 1001101 0 101010 100000101 111111 100100

Color Harmonies of #492294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492294

Black with #492294

Text Example


Text Example

White with #492294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492294; }

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

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

background-color css

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

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

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

border-color css

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

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

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