Html Css Color HEX #493799 Blue Gem

📋 copy color: '#493799'

red 73 ◦ green 55 ◦ blue 153

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

Shades of Blue Gem #493799

Tints of Blue Gem #493799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 25.98%
G = 19.57%
B = 54.45%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#493799 (or 0x493799) is known color: Blue Gem. HEX triplet: 49, 37 and 99. RGB value is (73,55,153). Sum of RGB (Red+Green+Blue) = 73+55+153=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #493799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493799 is #B6C866. Grayscale: #474747. Windows color (decimal): -11978855 or 10041161. OLE color: 10041161.

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

Color convert

RGB 73 55 153 -
CMYK 0.52 0.64 0 0.4
HSL 251.02º 0.47% 0.41% -
HSV(B) 251.02º 0.64% 0.6% -
XYZ 9.86 6.45 30.86 -
YUV 71.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 73 55 153 0.52 0.64 0 0.4 251.02 0.47 0.41
Hex 49 37 99 34 40 0 28 FB 2F 29
Octal 111 67 231 64 100 0 50 373 57 51
Binary 1001001 110111 10011001 110100 1000000 0 101000 11111011 101111 101001

Color Harmonies of #493799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493799

Black with #493799

Text Example


Text Example

White with #493799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493799; }

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

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

background-color css

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

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

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

border-color css

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

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

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