Html Css Color HEX #493DB9 Rich Blue

📋 copy color: '#493DB9'

red 73 ◦ green 61 ◦ blue 185

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

Shades of Rich Blue #493DB9

Tints of Rich Blue #493DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 185 (72.66% from 255) = 57.99%

R = 22.88%
G = 19.12%
B = 57.99%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#493DB9 (or 0x493DB9) is known color: Rich Blue. HEX triplet: 49, 3D and B9. RGB value is (73,61,185). Sum of RGB (Red+Green+Blue) = 73+61+185=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #493DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DB9 is #B6C246. Grayscale: #4E4E4E. Windows color (decimal): -11977287 or 12139849. OLE color: 12139849.

HSL color Cylindrical-coordinate representation of color #493DB9: hue angle of 245.81º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493DB9 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 61 185 -
CMYK 0.61 0.67 0 0.27
HSL 245.81º 0.5% 0.48% -
HSV(B) 245.81º 0.67% 0.73% -
XYZ 13.17 8.26 46.8 -
YUV 78.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 73 61 185 0.61 0.67 0 0.27 245.81 0.5 0.48
Hex 49 3D B9 3D 43 0 1B F6 32 30
Octal 111 75 271 75 103 0 33 366 62 60
Binary 1001001 111101 10111001 111101 1000011 0 11011 11110110 110010 110000

Color Harmonies of #493DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DB9

Black with #493DB9

Text Example


Text Example

White with #493DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,185); }

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

background-color css

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

 a { background-color: rgb(73,61,185); }

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

border-color css

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

 span { border-color: rgb(73,61,185); }

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