Html Css Color HEX #492992 Blue Gem

📋 copy color: '#492992'

red 73 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #492992

Tints of Blue Gem #492992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 28.08%
G = 15.77%
B = 56.15%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492992 (or 0x492992) is known color: Blue Gem. HEX triplet: 49, 29 and 92. RGB value is (73,41,146). Sum of RGB (Red+Green+Blue) = 73+41+146=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #492992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492992 is #B6D66D. Grayscale: #3E3E3E. Windows color (decimal): -11982446 or 9578825. OLE color: 9578825.

HSL color Cylindrical-coordinate representation of color #492992: hue angle of 258.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492992 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 41 146 -
CMYK 0.5 0.72 0 0.43
HSL 258.29º 0.56% 0.37% -
HSV(B) 258.29º 0.72% 0.57% -
XYZ 8.73 5.08 27.71 -
YUV 62.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 73 41 146 0.5 0.72 0 0.43 258.29 0.56 0.37
Hex 49 29 92 32 48 0 2B 102 38 25
Octal 111 51 222 62 110 0 53 402 70 45
Binary 1001001 101001 10010010 110010 1001000 0 101011 100000010 111000 100101

Color Harmonies of #492992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492992

Black with #492992

Text Example


Text Example

White with #492992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492992; }

 p { color: rgb(73,41,146); }

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

background-color css

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

 a { background-color: rgb(73,41,146); }

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

border-color css

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

 span { border-color: rgb(73,41,146); }

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