Html Css Color HEX #493091 Blue Gem

📋 copy color: '#493091'

red 73 ◦ green 48 ◦ blue 145

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

Shades of Blue Gem #493091

Tints of Blue Gem #493091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 27.44%
G = 18.05%
B = 54.51%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493091 (or 0x493091) is known color: Blue Gem. HEX triplet: 49, 30 and 91. RGB value is (73,48,145). Sum of RGB (Red+Green+Blue) = 73+48+145=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #493091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493091 is #B6CF6E. Grayscale: #424242. Windows color (decimal): -11980655 or 9515081. OLE color: 9515081.

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

Color convert

RGB 73 48 145 -
CMYK 0.50 0.67 0 0.43
HSL 255.46º 0.5% 0.38% -
HSV(B) 255.46º 0.67% 0.57% -
XYZ 8.92 5.57 27.39 -
YUV 66.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 73 48 145 0.50 0.67 0 0.43 255.46 0.5 0.38
Hex 49 30 91 32 43 0 2B FF 32 26
Octal 111 60 221 62 103 0 53 377 62 46
Binary 1001001 110000 10010001 110010 1000011 0 101011 11111111 110010 100110

Color Harmonies of #493091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493091

Black with #493091

Text Example


Text Example

White with #493091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493091; }

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

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

background-color css

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

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

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

border-color css

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

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

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