Html Css Color HEX #493099 Blue Gem

📋 copy color: '#493099'

red 73 ◦ green 48 ◦ blue 153

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

Shades of Blue Gem #493099

Tints of Blue Gem #493099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 26.64%
G = 17.52%
B = 55.84%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#493099 (or 0x493099) is known color: Blue Gem. HEX triplet: 49, 30 and 99. RGB value is (73,48,153). Sum of RGB (Red+Green+Blue) = 73+48+153=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #493099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493099 is #B6CF66. Grayscale: #434343. Windows color (decimal): -11980647 or 10039369. OLE color: 10039369.

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

Color convert

RGB 73 48 153 -
CMYK 0.52 0.69 0 0.4
HSL 254.29º 0.52% 0.39% -
HSV(B) 254.29º 0.69% 0.6% -
XYZ 9.55 5.83 30.76 -
YUV 67.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 73 48 153 0.52 0.69 0 0.4 254.29 0.52 0.39
Hex 49 30 99 34 45 0 28 FE 34 27
Octal 111 60 231 64 105 0 50 376 64 47
Binary 1001001 110000 10011001 110100 1000101 0 101000 11111110 110100 100111

Color Harmonies of #493099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493099

Black with #493099

Text Example


Text Example

White with #493099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493099; }

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

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

background-color css

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

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

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

border-color css

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

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

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