Html Css Color HEX #493EA6 Blue Gem

📋 copy color: '#493EA6'

red 73 ◦ green 62 ◦ blue 166

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

Shades of Blue Gem #493EA6

Tints of Blue Gem #493EA6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 166 (65.23% from 255) = 55.15%

R = 24.25%
G = 20.6%
B = 55.15%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#493EA6 (or 0x493EA6) is known color: Blue Gem. HEX triplet: 49, 3E and A6. RGB value is (73,62,166). Sum of RGB (Red+Green+Blue) = 73+62+166=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #493EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EA6 is #B6C159. Grayscale: #4C4C4C. Windows color (decimal): -11977050 or 10894921. OLE color: 10894921.

HSL color Cylindrical-coordinate representation of color #493EA6: hue angle of 246.35º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493EA6 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 62 166 -
CMYK 0.56 0.63 0 0.35
HSL 246.35º 0.46% 0.45% -
HSV(B) 246.35º 0.63% 0.65% -
XYZ 11.35 7.61 36.95 -
YUV 77.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 73 62 166 0.56 0.63 0 0.35 246.35 0.46 0.45
Hex 49 3E A6 38 3F 0 23 F6 2E 2D
Octal 111 76 246 70 77 0 43 366 56 55
Binary 1001001 111110 10100110 111000 111111 0 100011 11110110 101110 101101

Color Harmonies of #493EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EA6

Black with #493EA6

Text Example


Text Example

White with #493EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,166); }

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

background-color css

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

 a { background-color: rgb(73,62,166); }

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

border-color css

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

 span { border-color: rgb(73,62,166); }

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