Html Css Color HEX #493FAD Rich Blue

📋 copy color: '#493FAD'

red 73 ◦ green 63 ◦ blue 173

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

Shades of Rich Blue #493FAD

Tints of Rich Blue #493FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 173 (67.97% from 255) = 55.99%

R = 23.62%
G = 20.39%
B = 55.99%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#493FAD (or 0x493FAD) is known color: Rich Blue. HEX triplet: 49, 3F and AD. RGB value is (73,63,173). Sum of RGB (Red+Green+Blue) = 73+63+173=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #493FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAD is #B6C052. Grayscale: #4E4E4E. Windows color (decimal): -11976787 or 11353929. OLE color: 11353929.

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

Color convert

RGB 73 63 173 -
CMYK 0.58 0.64 0 0.32
HSL 245.45º 0.47% 0.46% -
HSV(B) 245.45º 0.64% 0.68% -
XYZ 12.07 7.99 40.44 -
YUV 78.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 73 63 173 0.58 0.64 0 0.32 245.45 0.47 0.46
Hex 49 3F AD 3A 40 0 20 F5 2F 2E
Octal 111 77 255 72 100 0 40 365 57 56
Binary 1001001 111111 10101101 111010 1000000 0 100000 11110101 101111 101110

Color Harmonies of #493FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FAD

Black with #493FAD

Text Example


Text Example

White with #493FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,173); }

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

background-color css

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

 a { background-color: rgb(73,63,173); }

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

border-color css

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

 span { border-color: rgb(73,63,173); }

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