Html Css Color HEX #493597 Blue Gem

📋 copy color: '#493597'

red 73 ◦ green 53 ◦ blue 151

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

Shades of Blue Gem #493597

Tints of Blue Gem #493597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 26.35%
G = 19.13%
B = 54.51%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#493597 (or 0x493597) is known color: Blue Gem. HEX triplet: 49, 35 and 97. RGB value is (73,53,151). Sum of RGB (Red+Green+Blue) = 73+53+151=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #493597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493597 is #B6CA68. Grayscale: #454545. Windows color (decimal): -11979369 or 9909577. OLE color: 9909577.

HSL color Cylindrical-coordinate representation of color #493597: hue angle of 252.24º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493597 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 53 151 -
CMYK 0.52 0.65 0 0.41
HSL 252.24º 0.48% 0.4% -
HSV(B) 252.24º 0.65% 0.59% -
XYZ 9.61 6.2 29.97 -
YUV 70.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 73 53 151 0.52 0.65 0 0.41 252.24 0.48 0.4
Hex 49 35 97 34 41 0 29 FC 30 28
Octal 111 65 227 64 101 0 51 374 60 50
Binary 1001001 110101 10010111 110100 1000001 0 101001 11111100 110000 101000

Color Harmonies of #493597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493597

Black with #493597

Text Example


Text Example

White with #493597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493597; }

 p { color: rgb(73,53,151); }

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

background-color css

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

 a { background-color: rgb(73,53,151); }

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

border-color css

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

 span { border-color: rgb(73,53,151); }

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