Html Css Color HEX #493D90 Blue Gem

📋 copy color: '#493D90'

red 73 ◦ green 61 ◦ blue 144

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

Shades of Blue Gem #493D90

Tints of Blue Gem #493D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.94%

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

R = 26.26%
G = 21.94%
B = 51.8%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#493D90 (or 0x493D90) is known color: Blue Gem. HEX triplet: 49, 3D and 90. RGB value is (73,61,144). Sum of RGB (Red+Green+Blue) = 73+61+144=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #493D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D90 is #B6C26F. Grayscale: #494949. Windows color (decimal): -11977328 or 9452873. OLE color: 9452873.

HSL color Cylindrical-coordinate representation of color #493D90: hue angle of 248.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493D90 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 61 144 -
CMYK 0.49 0.58 0 0.44
HSL 248.67º 0.4% 0.4% -
HSV(B) 248.67º 0.58% 0.56% -
XYZ 9.45 6.77 27.19 -
YUV 74.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 73 61 144 0.49 0.58 0 0.44 248.67 0.4 0.4
Hex 49 3D 90 31 3A 0 2C F9 28 28
Octal 111 75 220 61 72 0 54 371 50 50
Binary 1001001 111101 10010000 110001 111010 0 101100 11111001 101000 101000

Color Harmonies of #493D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D90

Black with #493D90

Text Example


Text Example

White with #493D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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