Html Css Color HEX #493F9E Blue Gem

📋 copy color: '#493F9E'

red 73 ◦ green 63 ◦ blue 158

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

Shades of Blue Gem #493F9E

Tints of Blue Gem #493F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 24.83%
G = 21.43%
B = 53.74%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#493F9E (or 0x493F9E) is known color: Blue Gem. HEX triplet: 49, 3F and 9E. RGB value is (73,63,158). Sum of RGB (Red+Green+Blue) = 73+63+158=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #493F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F9E is #B6C061. Grayscale: #4C4C4C. Windows color (decimal): -11976802 or 10370889. OLE color: 10370889.

HSL color Cylindrical-coordinate representation of color #493F9E: hue angle of 246.32º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493F9E is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 63 158 -
CMYK 0.54 0.60 0 0.38
HSL 246.32º 0.43% 0.43% -
HSV(B) 246.32º 0.6% 0.62% -
XYZ 10.7 7.44 33.22 -
YUV 76.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 73 63 158 0.54 0.60 0 0.38 246.32 0.43 0.43
Hex 49 3F 9E 36 3C 0 26 F6 2B 2B
Octal 111 77 236 66 74 0 46 366 53 53
Binary 1001001 111111 10011110 110110 111100 0 100110 11110110 101011 101011

Color Harmonies of #493F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F9E

Black with #493F9E

Text Example


Text Example

White with #493F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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