Html Css Color HEX #492E94 Blue Gem

📋 copy color: '#492E94'

red 73 ◦ green 46 ◦ blue 148

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

Shades of Blue Gem #492E94

Tints of Blue Gem #492E94

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.23%

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

R = 27.34%
G = 17.23%
B = 55.43%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492E94 (or 0x492E94) is known color: Blue Gem. HEX triplet: 49, 2E and 94. RGB value is (73,46,148). Sum of RGB (Red+Green+Blue) = 73+46+148=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #492E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492E94 is #B6D16B. Grayscale: #414141. Windows color (decimal): -11981164 or 9711177. OLE color: 9711177.

HSL color Cylindrical-coordinate representation of color #492E94: hue angle of 255.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492E94 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 46 148 -
CMYK 0.51 0.69 0 0.42
HSL 255.88º 0.53% 0.38% -
HSV(B) 255.88º 0.69% 0.58% -
XYZ 9.07 5.51 28.6 -
YUV 65.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 73 46 148 0.51 0.69 0 0.42 255.88 0.53 0.38
Hex 49 2E 94 33 45 0 2A 100 35 26
Octal 111 56 224 63 105 0 52 400 65 46
Binary 1001001 101110 10010100 110011 1000101 0 101010 100000000 110101 100110

Color Harmonies of #492E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E94

Black with #492E94

Text Example


Text Example

White with #492E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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