Html Css Color HEX #493493 Blue Gem

📋 copy color: '#493493'

red 73 ◦ green 52 ◦ blue 147

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

Shades of Blue Gem #493493

Tints of Blue Gem #493493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 26.84%
G = 19.12%
B = 54.04%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493493 (or 0x493493) is known color: Blue Gem. HEX triplet: 49, 34 and 93. RGB value is (73,52,147). Sum of RGB (Red+Green+Blue) = 73+52+147=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #493493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493493 is #B6CB6C. Grayscale: #444444. Windows color (decimal): -11979629 or 9647177. OLE color: 9647177.

HSL color Cylindrical-coordinate representation of color #493493: hue angle of 253.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493493 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 52 147 -
CMYK 0.50 0.65 0 0.42
HSL 253.26º 0.48% 0.39% -
HSV(B) 253.26º 0.65% 0.58% -
XYZ 9.24 5.98 28.27 -
YUV 69.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 73 52 147 0.50 0.65 0 0.42 253.26 0.48 0.39
Hex 49 34 93 32 41 0 2A FD 30 27
Octal 111 64 223 62 101 0 52 375 60 47
Binary 1001001 110100 10010011 110010 1000001 0 101010 11111101 110000 100111

Color Harmonies of #493493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493493

Black with #493493

Text Example


Text Example

White with #493493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493493; }

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

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

background-color css

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

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

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

border-color css

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

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

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