Html Css Color HEX #493D91 Blue Gem

📋 copy color: '#493D91'

red 73 ◦ green 61 ◦ blue 145

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

Shades of Blue Gem #493D91

Tints of Blue Gem #493D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

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

R = 26.16%
G = 21.86%
B = 51.97%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493D91 (or 0x493D91) is known color: Blue Gem. HEX triplet: 49, 3D and 91. RGB value is (73,61,145). Sum of RGB (Red+Green+Blue) = 73+61+145=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #493D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D91 is #B6C26E. Grayscale: #494949. Windows color (decimal): -11977327 or 9518409. OLE color: 9518409.

HSL color Cylindrical-coordinate representation of color #493D91: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493D91 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 61 145 -
CMYK 0.50 0.58 0 0.43
HSL 248.57º 0.41% 0.4% -
HSV(B) 248.57º 0.58% 0.57% -
XYZ 9.53 6.8 27.6 -
YUV 74.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 73 61 145 0.50 0.58 0 0.43 248.57 0.41 0.4
Hex 49 3D 91 32 3A 0 2B F9 29 28
Octal 111 75 221 62 72 0 53 371 51 50
Binary 1001001 111101 10010001 110010 111010 0 101011 11111001 101001 101000

Color Harmonies of #493D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D91

Black with #493D91

Text Example


Text Example

White with #493D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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