Html Css Color HEX #493992 Blue Gem

📋 copy color: '#493992'

red 73 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #493992

Tints of Blue Gem #493992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 26.45%
G = 20.65%
B = 52.9%

CMYK

 C value IS 0.5

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493992 (or 0x493992) is known color: Blue Gem. HEX triplet: 49, 39 and 92. RGB value is (73,57,146). Sum of RGB (Red+Green+Blue) = 73+57+146=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #493992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493992 is #B6C66D. Grayscale: #474747. Windows color (decimal): -11978350 or 9582921. OLE color: 9582921.

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

Color convert

RGB 73 57 146 -
CMYK 0.5 0.61 0 0.43
HSL 250.79º 0.44% 0.4% -
HSV(B) 250.79º 0.61% 0.57% -
XYZ 9.4 6.42 27.94 -
YUV 71.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 73 57 146 0.5 0.61 0 0.43 250.79 0.44 0.4
Hex 49 39 92 32 3D 0 2B FB 2C 28
Octal 111 71 222 62 75 0 53 373 54 50
Binary 1001001 111001 10010010 110010 111101 0 101011 11111011 101100 101000

Color Harmonies of #493992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493992

Black with #493992

Text Example


Text Example

White with #493992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493992; }

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

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

background-color css

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

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

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

border-color css

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

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

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