Html Css Color HEX #493F96 Blue Gem

📋 copy color: '#493F96'

red 73 ◦ green 63 ◦ blue 150

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

Shades of Blue Gem #493F96

Tints of Blue Gem #493F96

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

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

R = 25.52%
G = 22.03%
B = 52.45%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#493F96 (or 0x493F96) is known color: Blue Gem. HEX triplet: 49, 3F and 96. RGB value is (73,63,150). Sum of RGB (Red+Green+Blue) = 73+63+150=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #493F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F96 is #B6C069. Grayscale: #4B4B4B. Windows color (decimal): -11976810 or 9846601. OLE color: 9846601.

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

Color convert

RGB 73 63 150 -
CMYK 0.51 0.58 0 0.41
HSL 246.9º 0.41% 0.42% -
HSV(B) 246.9º 0.58% 0.59% -
XYZ 10.03 7.17 29.71 -
YUV 75.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 73 63 150 0.51 0.58 0 0.41 246.9 0.41 0.42
Hex 49 3F 96 33 3A 0 29 F7 29 2A
Octal 111 77 226 63 72 0 51 367 51 52
Binary 1001001 111111 10010110 110011 111010 0 101001 11110111 101001 101010

Color Harmonies of #493F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F96

Black with #493F96

Text Example


Text Example

White with #493F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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