#493BB9

Color #493BB9 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #493BB9

Tints of Rich Blue #493BB9

Color information

#493BB9 (or 0x493BB9) is unknown color: approx Rich Blue. HEX triplet: 49, 3B and B9. RGB value is (73,59,185). Sum of RGB (Red+Green+Blue) = 73+59+185=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #493BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BB9 is #B6C446. Grayscale: #4D4D4D. Windows color (decimal): -11977799 or 12139337. OLE color: 12139337.

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

Color convert

RGB7359185-
CMYK0.610.6800.27
HSL246.67º51.64%47.84%-
HSV(B)246.67º68.11%72.55%-
XYZ13.078.0546.76-
YUV77.55188.64124.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 185 (72.66% from 255) = 58.36%
R=23.03%
G=18.61%
B=58.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73591850.610.6800.27246.6751.6447.84
Hex493BB93D4401Bf73430
Octal11173271751040333676460
Binary100100111101110111001111101100010001101111110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #493BB9;
 }
 .AnyTagClassName
 {
   color: #493BB9;
 }
</style>
background-color css

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

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

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

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

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

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