Html Css Color HEX #492E96 Blue Gem

📋 copy color: '#492E96'

red 73 ◦ green 46 ◦ blue 150

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

Shades of Blue Gem #492E96

Tints of Blue Gem #492E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.76%

R = 27.14%
G = 17.1%
B = 55.76%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492E96 (or 0x492E96) is known color: Blue Gem. HEX triplet: 49, 2E and 96. RGB value is (73,46,150). Sum of RGB (Red+Green+Blue) = 73+46+150=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #492E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492E96 is #B6D169. Grayscale: #414141. Windows color (decimal): -11981162 or 9842249. OLE color: 9842249.

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

Color convert

RGB 73 46 150 -
CMYK 0.51 0.69 0 0.41
HSL 255.58º 0.53% 0.38% -
HSV(B) 255.58º 0.69% 0.59% -
XYZ 9.23 5.57 29.44 -
YUV 65.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 73 46 150 0.51 0.69 0 0.41 255.58 0.53 0.38
Hex 49 2E 96 33 45 0 29 100 35 26
Octal 111 56 226 63 105 0 51 400 65 46
Binary 1001001 101110 10010110 110011 1000101 0 101001 100000000 110101 100110

Color Harmonies of #492E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E96

Black with #492E96

Text Example


Text Example

White with #492E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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