Html Css Color HEX #493495 Blue Gem

📋 copy color: '#493495'

red 73 ◦ green 52 ◦ blue 149

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

Shades of Blue Gem #493495

Tints of Blue Gem #493495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 26.64%
G = 18.98%
B = 54.38%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493495 (or 0x493495) is known color: Blue Gem. HEX triplet: 49, 34 and 95. RGB value is (73,52,149). Sum of RGB (Red+Green+Blue) = 73+52+149=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #493495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493495 is #B6CB6A. Grayscale: #444444. Windows color (decimal): -11979627 or 9778249. OLE color: 9778249.

HSL color Cylindrical-coordinate representation of color #493495: hue angle of 252.99º 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 #493495 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 52 149 -
CMYK 0.51 0.65 0 0.42
HSL 252.99º 0.48% 0.39% -
HSV(B) 252.99º 0.65% 0.58% -
XYZ 9.4 6.04 29.1 -
YUV 69.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 73 52 149 0.51 0.65 0 0.42 252.99 0.48 0.39
Hex 49 34 95 33 41 0 2A FD 30 27
Octal 111 64 225 63 101 0 52 375 60 47
Binary 1001001 110100 10010101 110011 1000001 0 101010 11111101 110000 100111

Color Harmonies of #493495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493495

Black with #493495

Text Example


Text Example

White with #493495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493495; }

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

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

background-color css

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

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

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

border-color css

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

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

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