Html Css Color HEX #493791 Blue Gem

📋 copy color: '#493791'

red 73 ◦ green 55 ◦ blue 145

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

Shades of Blue Gem #493791

Tints of Blue Gem #493791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 26.74%
G = 20.15%
B = 53.11%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493791 (or 0x493791) is known color: Blue Gem. HEX triplet: 49, 37 and 91. RGB value is (73,55,145). Sum of RGB (Red+Green+Blue) = 73+55+145=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #493791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493791 is #B6C86E. Grayscale: #464646. Windows color (decimal): -11978863 or 9516873. OLE color: 9516873.

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

Color convert

RGB 73 55 145 -
CMYK 0.50 0.62 0 0.43
HSL 252º 0.45% 0.39% -
HSV(B) 252º 0.62% 0.57% -
XYZ 9.22 6.19 27.5 -
YUV 70.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 73 55 145 0.50 0.62 0 0.43 252 0.45 0.39
Hex 49 37 91 32 3E 0 2B FC 2D 27
Octal 111 67 221 62 76 0 53 374 55 47
Binary 1001001 110111 10010001 110010 111110 0 101011 11111100 101101 100111

Color Harmonies of #493791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493791

Black with #493791

Text Example


Text Example

White with #493791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493791; }

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

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

background-color css

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

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

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

border-color css

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

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

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