#493BB4

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

Shades of Rich Blue #493BB4

Tints of Rich Blue #493BB4

Color information

#493BB4 (or 0x493BB4) is unknown color: approx Rich Blue. HEX triplet: 49, 3B and B4. RGB value is (73,59,180). Sum of RGB (Red+Green+Blue) = 73+59+180=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #493BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BB4 is #B6C44B. Grayscale: #4C4C4C. Windows color (decimal): -11977804 or 11811657. OLE color: 11811657.

HSL color Cylindrical-coordinate representation of color #493BB4: hue angle of 246.94º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493BB4 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7359180-
CMYK0.590.6700.29
HSL246.94º50.63%46.86%-
HSV(B)246.94º67.22%70.59%-
XYZ12.557.8444.03-
YUV76.98186.14125.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=23.40%
G=18.91%
B=57.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73591800.590.6700.29246.9450.6346.86
Hex493BB43B4301Df7332f
Octal11173264731030353676357
Binary100100111101110110100111011100001101110111110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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