Html Css Color HEX #493EAB Blue Gem

📋 copy color: '#493EAB'

red 73 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #493EAB

Tints of Blue Gem #493EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.88%

R = 23.86%
G = 20.26%
B = 55.88%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493EAB (or 0x493EAB) is known color: Blue Gem. HEX triplet: 49, 3E and AB. RGB value is (73,62,171). Sum of RGB (Red+Green+Blue) = 73+62+171=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #493EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAB is #B6C154. Grayscale: #4D4D4D. Windows color (decimal): -11977045 or 11222601. OLE color: 11222601.

HSL color Cylindrical-coordinate representation of color #493EAB: hue angle of 246.06º 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 #493EAB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 62 171 -
CMYK 0.57 0.64 0 0.33
HSL 246.06º 0.47% 0.46% -
HSV(B) 246.06º 0.64% 0.67% -
XYZ 11.82 7.8 39.41 -
YUV 77.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 73 62 171 0.57 0.64 0 0.33 246.06 0.47 0.46
Hex 49 3E AB 39 40 0 21 F6 2F 2E
Octal 111 76 253 71 100 0 41 366 57 56
Binary 1001001 111110 10101011 111001 1000000 0 100001 11110110 101111 101110

Color Harmonies of #493EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EAB

Black with #493EAB

Text Example


Text Example

White with #493EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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