Html Css Color HEX #492296 Blue Gem

📋 copy color: '#492296'

red 73 ◦ green 34 ◦ blue 150

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

Shades of Blue Gem #492296

Tints of Blue Gem #492296

RGB

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

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

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

R = 28.4%
G = 13.23%
B = 58.37%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#492296 (or 0x492296) is known color: Blue Gem. HEX triplet: 49, 22 and 96. RGB value is (73,34,150). Sum of RGB (Red+Green+Blue) = 73+34+150=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #492296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492296 is #B6DD69. Grayscale: #3A3A3A. Windows color (decimal): -11984234 or 9839177. OLE color: 9839177.

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

Color convert

RGB 73 34 150 -
CMYK 0.51 0.77 0 0.41
HSL 260.17º 0.63% 0.36% -
HSV(B) 260.17º 0.77% 0.59% -
XYZ 8.82 4.76 29.31 -
YUV 58.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 73 34 150 0.51 0.77 0 0.41 260.17 0.63 0.36
Hex 49 22 96 33 4D 0 29 104 3F 24
Octal 111 42 226 63 115 0 51 404 77 44
Binary 1001001 100010 10010110 110011 1001101 0 101001 100000100 111111 100100

Color Harmonies of #492296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492296

Black with #492296

Text Example


Text Example

White with #492296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492296; }

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

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

background-color css

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

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

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

border-color css

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

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

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