Html Css Color HEX #493491 Blue Gem

📋 copy color: '#493491'

red 73 ◦ green 52 ◦ blue 145

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

Shades of Blue Gem #493491

Tints of Blue Gem #493491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 27.04%
G = 19.26%
B = 53.7%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493491 (or 0x493491) is known color: Blue Gem. HEX triplet: 49, 34 and 91. RGB value is (73,52,145). Sum of RGB (Red+Green+Blue) = 73+52+145=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #493491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493491 is #B6CB6E. Grayscale: #444444. Windows color (decimal): -11979631 or 9516105. OLE color: 9516105.

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

Color convert

RGB 73 52 145 -
CMYK 0.50 0.64 0 0.43
HSL 253.55º 0.47% 0.39% -
HSV(B) 253.55º 0.64% 0.57% -
XYZ 9.09 5.92 27.45 -
YUV 68.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 73 52 145 0.50 0.64 0 0.43 253.55 0.47 0.39
Hex 49 34 91 32 40 0 2B FE 2F 27
Octal 111 64 221 62 100 0 53 376 57 47
Binary 1001001 110100 10010001 110010 1000000 0 101011 11111110 101111 100111

Color Harmonies of #493491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493491

Black with #493491

Text Example


Text Example

White with #493491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493491; }

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

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

background-color css

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

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

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

border-color css

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

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

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