Html Css Color HEX #493CAC Blue Gem

📋 copy color: '#493CAC'

red 73 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #493CAC

Tints of Blue Gem #493CAC

RGB

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

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

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

R = 23.93%
G = 19.67%
B = 56.39%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#493CAC (or 0x493CAC) is known color: Blue Gem. HEX triplet: 49, 3C and AC. RGB value is (73,60,172). Sum of RGB (Red+Green+Blue) = 73+60+172=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #493CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493CAC is #B6C353. Grayscale: #4C4C4C. Windows color (decimal): -11977556 or 11287625. OLE color: 11287625.

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

Color convert

RGB 73 60 172 -
CMYK 0.58 0.65 0 0.33
HSL 246.96º 0.48% 0.45% -
HSV(B) 246.96º 0.65% 0.67% -
XYZ 11.81 7.63 39.88 -
YUV 76.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 73 60 172 0.58 0.65 0 0.33 246.96 0.48 0.45
Hex 49 3C AC 3A 41 0 21 F7 30 2D
Octal 111 74 254 72 101 0 41 367 60 55
Binary 1001001 111100 10101100 111010 1000001 0 100001 11110111 110000 101101

Color Harmonies of #493CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CAC

Black with #493CAC

Text Example


Text Example

White with #493CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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