Html Css Color HEX #493796 Blue Gem

📋 copy color: '#493796'

red 73 ◦ green 55 ◦ blue 150

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

Shades of Blue Gem #493796

Tints of Blue Gem #493796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 26.26%
G = 19.78%
B = 53.96%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#493796 (or 0x493796) is known color: Blue Gem. HEX triplet: 49, 37 and 96. RGB value is (73,55,150). Sum of RGB (Red+Green+Blue) = 73+55+150=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #493796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493796 is #B6C869. Grayscale: #464646. Windows color (decimal): -11978858 or 9844553. OLE color: 9844553.

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

Color convert

RGB 73 55 150 -
CMYK 0.51 0.63 0 0.41
HSL 251.37º 0.46% 0.4% -
HSV(B) 251.37º 0.63% 0.59% -
XYZ 9.62 6.35 29.57 -
YUV 71.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 73 55 150 0.51 0.63 0 0.41 251.37 0.46 0.4
Hex 49 37 96 33 3F 0 29 FB 2E 28
Octal 111 67 226 63 77 0 51 373 56 50
Binary 1001001 110111 10010110 110011 111111 0 101001 11111011 101110 101000

Color Harmonies of #493796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493796

Black with #493796

Text Example


Text Example

White with #493796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493796; }

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

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

background-color css

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

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

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

border-color css

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

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

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