Html Css Color HEX #493EB8 Rich Blue

📋 copy color: '#493EB8'

red 73 ◦ green 62 ◦ blue 184

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

Shades of Rich Blue #493EB8

Tints of Rich Blue #493EB8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 184 (72.27% from 255) = 57.68%

R = 22.88%
G = 19.44%
B = 57.68%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#493EB8 (or 0x493EB8) is known color: Rich Blue. HEX triplet: 49, 3E and B8. RGB value is (73,62,184). Sum of RGB (Red+Green+Blue) = 73+62+184=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #493EB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EB8 is #B6C147. Grayscale: #4E4E4E. Windows color (decimal): -11977032 or 12074569. OLE color: 12074569.

HSL color Cylindrical-coordinate representation of color #493EB8: hue angle of 245.41º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493EB8 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 62 184 -
CMYK 0.60 0.66 0 0.28
HSL 245.41º 0.5% 0.48% -
HSV(B) 245.41º 0.66% 0.72% -
XYZ 13.12 8.32 46.26 -
YUV 79.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 73 62 184 0.60 0.66 0 0.28 245.41 0.5 0.48
Hex 49 3E B8 3C 42 0 1C F5 32 30
Octal 111 76 270 74 102 0 34 365 62 60
Binary 1001001 111110 10111000 111100 1000010 0 11100 11110101 110010 110000

Color Harmonies of #493EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EB8

Black with #493EB8

Text Example


Text Example

White with #493EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,184); }

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

background-color css

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

 a { background-color: rgb(73,62,184); }

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

border-color css

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

 span { border-color: rgb(73,62,184); }

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