#493EAF

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

Shades of Rich Blue #493EAF

Tints of Rich Blue #493EAF

Color information

#493EAF (or 0x493EAF) is unknown color: approx Rich Blue. HEX triplet: 49, 3E and AF. RGB value is (73,62,175). Sum of RGB (Red+Green+Blue) = 73+62+175=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #493EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAF is #B6C150. Grayscale: #4D4D4D. Windows color (decimal): -11977041 or 11484745. OLE color: 11484745.

HSL color Cylindrical-coordinate representation of color #493EAF: hue angle of 245.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493EAF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7362175-
CMYK0.580.6500.31
HSL245.84º47.68%46.47%-
HSV(B)245.84º64.57%68.63%-
XYZ12.217.9641.45-
YUV78.17182.64124.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=23.55%
G=20%
B=56.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73621750.580.6500.31245.8447.6846.47
Hex493EAF3A4101Ff6302e
Octal11176257721010373666056
Binary100100111111010101111111010100000101111111110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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