Html Css Color HEX #493BA6 Blue Gem

📋 copy color: '#493BA6'

red 73 ◦ green 59 ◦ blue 166

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

Shades of Blue Gem #493BA6

Tints of Blue Gem #493BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 24.5%
G = 19.8%
B = 55.7%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#493BA6 (or 0x493BA6) is known color: Blue Gem. HEX triplet: 49, 3B and A6. RGB value is (73,59,166). Sum of RGB (Red+Green+Blue) = 73+59+166=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #493BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BA6 is #B6C459. Grayscale: #4A4A4A. Windows color (decimal): -11977818 or 10894153. OLE color: 10894153.

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

Color convert

RGB 73 59 166 -
CMYK 0.56 0.64 0 0.35
HSL 247.85º 0.48% 0.44% -
HSV(B) 247.85º 0.64% 0.65% -
XYZ 11.19 7.3 36.89 -
YUV 75.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 73 59 166 0.56 0.64 0 0.35 247.85 0.48 0.44
Hex 49 3B A6 38 40 0 23 F8 30 2C
Octal 111 73 246 70 100 0 43 370 60 54
Binary 1001001 111011 10100110 111000 1000000 0 100011 11111000 110000 101100

Color Harmonies of #493BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BA6

Black with #493BA6

Text Example


Text Example

White with #493BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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