Html Css Color HEX #493FAE Rich Blue

📋 copy color: '#493FAE'

red 73 ◦ green 63 ◦ blue 174

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

Shades of Rich Blue #493FAE

Tints of Rich Blue #493FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 23.55%
G = 20.32%
B = 56.13%

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

#493FAE (or 0x493FAE) is known color: Rich Blue. HEX triplet: 49, 3F and AE. RGB value is (73,63,174). Sum of RGB (Red+Green+Blue) = 73+63+174=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #493FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAE is #B6C051. Grayscale: #4E4E4E. Windows color (decimal): -11976786 or 11419465. OLE color: 11419465.

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

Color convert

RGB 73 63 174 -
CMYK 0.58 0.64 0 0.32
HSL 245.41º 0.47% 0.46% -
HSV(B) 245.41º 0.64% 0.68% -
XYZ 12.17 8.03 40.95 -
YUV 78.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 73 63 174 0.58 0.64 0 0.32 245.41 0.47 0.46
Hex 49 3F AE 3A 40 0 20 F5 2F 2E
Octal 111 77 256 72 100 0 40 365 57 56
Binary 1001001 111111 10101110 111010 1000000 0 100000 11110101 101111 101110

Color Harmonies of #493FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FAE

Black with #493FAE

Text Example


Text Example

White with #493FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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