Html Css Color HEX #492C91 Blue Gem

📋 copy color: '#492C91'

red 73 ◦ green 44 ◦ blue 145

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

Shades of Blue Gem #492C91

Tints of Blue Gem #492C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.79%

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 27.86%
G = 16.79%
B = 55.34%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492C91 (or 0x492C91) is known color: Blue Gem. HEX triplet: 49, 2C and 91. RGB value is (73,44,145). Sum of RGB (Red+Green+Blue) = 73+44+145=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #492C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C91 is #B6D36E. Grayscale: #3F3F3F. Windows color (decimal): -11981679 or 9514057. OLE color: 9514057.

HSL color Cylindrical-coordinate representation of color #492C91: hue angle of 257.23º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492C91 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 44 145 -
CMYK 0.50 0.70 0 0.43
HSL 257.23º 0.53% 0.37% -
HSV(B) 257.23º 0.7% 0.57% -
XYZ 8.76 5.26 27.34 -
YUV 64.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 73 44 145 0.50 0.70 0 0.43 257.23 0.53 0.37
Hex 49 2C 91 32 46 0 2B 101 35 25
Octal 111 54 221 62 106 0 53 401 65 45
Binary 1001001 101100 10010001 110010 1000110 0 101011 100000001 110101 100101

Color Harmonies of #492C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C91

Black with #492C91

Text Example


Text Example

White with #492C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,145); }

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

background-color css

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

 a { background-color: rgb(73,44,145); }

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

border-color css

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

 span { border-color: rgb(73,44,145); }

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