Html Css Color HEX #493EAC Blue Gem

📋 copy color: '#493EAC'

red 73 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #493EAC

Tints of Blue Gem #493EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 23.78%
G = 20.2%
B = 56.03%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493EAC (or 0x493EAC) is known color: Blue Gem. HEX triplet: 49, 3E and AC. RGB value is (73,62,172). Sum of RGB (Red+Green+Blue) = 73+62+172=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #493EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAC is #B6C153. Grayscale: #4D4D4D. Windows color (decimal): -11977044 or 11288137. OLE color: 11288137.

HSL color Cylindrical-coordinate representation of color #493EAC: hue angle of 246º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493EAC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 62 172 -
CMYK 0.58 0.64 0 0.33
HSL 246º 0.47% 0.46% -
HSV(B) 246º 0.64% 0.67% -
XYZ 11.92 7.84 39.91 -
YUV 77.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 73 62 172 0.58 0.64 0 0.33 246 0.47 0.46
Hex 49 3E AC 3A 40 0 21 F6 2F 2E
Octal 111 76 254 72 100 0 41 366 57 56
Binary 1001001 111110 10101100 111010 1000000 0 100001 11110110 101111 101110

Color Harmonies of #493EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EAC

Black with #493EAC

Text Example


Text Example

White with #493EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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