Html Css Color HEX #493396 Blue Gem

📋 copy color: '#493396'

red 73 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #493396

Tints of Blue Gem #493396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 150 (58.98% from 255) = 54.74%

R = 26.64%
G = 18.61%
B = 54.74%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#493396 (or 0x493396) is known color: Blue Gem. HEX triplet: 49, 33 and 96. RGB value is (73,51,150). Sum of RGB (Red+Green+Blue) = 73+51+150=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #493396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493396 is #B6CC69. Grayscale: #444444. Windows color (decimal): -11979882 or 9843529. OLE color: 9843529.

HSL color Cylindrical-coordinate representation of color #493396: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493396 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 51 150 -
CMYK 0.51 0.66 0 0.41
HSL 253.33º 0.49% 0.39% -
HSV(B) 253.33º 0.66% 0.59% -
XYZ 9.44 5.99 29.51 -
YUV 68.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 73 51 150 0.51 0.66 0 0.41 253.33 0.49 0.39
Hex 49 33 96 33 42 0 29 FD 31 27
Octal 111 63 226 63 102 0 51 375 61 47
Binary 1001001 110011 10010110 110011 1000010 0 101001 11111101 110001 100111

Color Harmonies of #493396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493396

Black with #493396

Text Example


Text Example

White with #493396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493396; }

 p { color: rgb(73,51,150); }

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

background-color css

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

 a { background-color: rgb(73,51,150); }

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

border-color css

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

 span { border-color: rgb(73,51,150); }

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