Html Css Color HEX #493CAB Blue Gem

📋 copy color: '#493CAB'

red 73 ◦ green 60 ◦ blue 171

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

Shades of Blue Gem #493CAB

Tints of Blue Gem #493CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

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

R = 24.01%
G = 19.74%
B = 56.25%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493CAB (or 0x493CAB) is known color: Blue Gem. HEX triplet: 49, 3C and AB. RGB value is (73,60,171). Sum of RGB (Red+Green+Blue) = 73+60+171=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #493CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493CAB is #B6C354. Grayscale: #4C4C4C. Windows color (decimal): -11977557 or 11222089. OLE color: 11222089.

HSL color Cylindrical-coordinate representation of color #493CAB: hue angle of 247.03º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493CAB is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 60 171 -
CMYK 0.57 0.65 0 0.33
HSL 247.03º 0.48% 0.45% -
HSV(B) 247.03º 0.65% 0.67% -
XYZ 11.71 7.59 39.38 -
YUV 76.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 73 60 171 0.57 0.65 0 0.33 247.03 0.48 0.45
Hex 49 3C AB 39 41 0 21 F7 30 2D
Octal 111 74 253 71 101 0 41 367 60 55
Binary 1001001 111100 10101011 111001 1000001 0 100001 11110111 110000 101101

Color Harmonies of #493CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CAB

Black with #493CAB

Text Example


Text Example

White with #493CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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