Html Css Color HEX #493F95 Blue Gem

📋 copy color: '#493F95'

red 73 ◦ green 63 ◦ blue 149

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

Shades of Blue Gem #493F95

Tints of Blue Gem #493F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 25.61%
G = 22.11%
B = 52.28%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#493F95 (or 0x493F95) is known color: Blue Gem. HEX triplet: 49, 3F and 95. RGB value is (73,63,149). Sum of RGB (Red+Green+Blue) = 73+63+149=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #493F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F95 is #B6C06A. Grayscale: #4B4B4B. Windows color (decimal): -11976811 or 9781065. OLE color: 9781065.

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

Color convert

RGB 73 63 149 -
CMYK 0.51 0.58 0 0.42
HSL 246.98º 0.41% 0.42% -
HSV(B) 246.98º 0.58% 0.58% -
XYZ 9.95 7.14 29.29 -
YUV 75.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 73 63 149 0.51 0.58 0 0.42 246.98 0.41 0.42
Hex 49 3F 95 33 3A 0 2A F7 29 2A
Octal 111 77 225 63 72 0 52 367 51 52
Binary 1001001 111111 10010101 110011 111010 0 101010 11110111 101001 101010

Color Harmonies of #493F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F95

Black with #493F95

Text Example


Text Example

White with #493F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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