Html Css Color HEX #493990 Blue Gem

📋 copy color: '#493990'

red 73 ◦ green 57 ◦ blue 144

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

Shades of Blue Gem #493990

Tints of Blue Gem #493990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 26.64%
G = 20.8%
B = 52.55%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#493990 (or 0x493990) is known color: Blue Gem. HEX triplet: 49, 39 and 90. RGB value is (73,57,144). Sum of RGB (Red+Green+Blue) = 73+57+144=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #493990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493990 is #B6C66F. Grayscale: #474747. Windows color (decimal): -11978352 or 9451849. OLE color: 9451849.

HSL color Cylindrical-coordinate representation of color #493990: hue angle of 251.03º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493990 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 57 144 -
CMYK 0.49 0.60 0 0.44
HSL 251.03º 0.43% 0.39% -
HSV(B) 251.03º 0.6% 0.56% -
XYZ 9.24 6.36 27.13 -
YUV 71.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 73 57 144 0.49 0.60 0 0.44 251.03 0.43 0.39
Hex 49 39 90 31 3C 0 2C FB 2B 27
Octal 111 71 220 61 74 0 54 373 53 47
Binary 1001001 111001 10010000 110001 111100 0 101100 11111011 101011 100111

Color Harmonies of #493990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493990

Black with #493990

Text Example


Text Example

White with #493990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493990; }

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

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

background-color css

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

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

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

border-color css

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

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

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