Html Css Color HEX #493291 Blue Gem

📋 copy color: '#493291'

red 73 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #493291

Tints of Blue Gem #493291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 27.24%
G = 18.66%
B = 54.1%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#493291 (or 0x493291) is known color: Blue Gem. HEX triplet: 49, 32 and 91. RGB value is (73,50,145). Sum of RGB (Red+Green+Blue) = 73+50+145=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #493291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493291 is #B6CD6E. Grayscale: #434343. Windows color (decimal): -11980143 or 9515593. OLE color: 9515593.

HSL color Cylindrical-coordinate representation of color #493291: hue angle of 254.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493291 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 50 145 -
CMYK 0.50 0.66 0 0.43
HSL 254.53º 0.49% 0.38% -
HSV(B) 254.53º 0.66% 0.57% -
XYZ 9 5.74 27.42 -
YUV 67.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 73 50 145 0.50 0.66 0 0.43 254.53 0.49 0.38
Hex 49 32 91 32 42 0 2B FF 31 26
Octal 111 62 221 62 102 0 53 377 61 46
Binary 1001001 110010 10010001 110010 1000010 0 101011 11111111 110001 100110

Color Harmonies of #493291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493291

Black with #493291

Text Example


Text Example

White with #493291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493291; }

 p { color: rgb(73,50,145); }

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

background-color css

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

 a { background-color: rgb(73,50,145); }

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

border-color css

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

 span { border-color: rgb(73,50,145); }

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