Html Css Color HEX #493999 Blue Gem

📋 copy color: '#493999'

red 73 ◦ green 57 ◦ blue 153

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

Shades of Blue Gem #493999

Tints of Blue Gem #493999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 25.8%
G = 20.14%
B = 54.06%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#493999 (or 0x493999) is known color: Blue Gem. HEX triplet: 49, 39 and 99. RGB value is (73,57,153). Sum of RGB (Red+Green+Blue) = 73+57+153=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #493999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493999 is #B6C666. Grayscale: #484848. Windows color (decimal): -11978343 or 10041673. OLE color: 10041673.

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

Color convert

RGB 73 57 153 -
CMYK 0.52 0.63 0 0.4
HSL 250º 0.46% 0.41% -
HSV(B) 250º 0.63% 0.6% -
XYZ 9.96 6.64 30.89 -
YUV 72.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 73 57 153 0.52 0.63 0 0.4 250 0.46 0.41
Hex 49 39 99 34 3F 0 28 FA 2E 29
Octal 111 71 231 64 77 0 50 372 56 51
Binary 1001001 111001 10011001 110100 111111 0 101000 11111010 101110 101001

Color Harmonies of #493999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493999

Black with #493999

Text Example


Text Example

White with #493999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493999; }

 p { color: rgb(73,57,153); }

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

background-color css

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

 a { background-color: rgb(73,57,153); }

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

border-color css

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

 span { border-color: rgb(73,57,153); }

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