#493795

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

Shades of Blue Gem #493795

Tints of Blue Gem #493795

Color information

#493795 (or 0x493795) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and 95. RGB value is (73,55,149). Sum of RGB (Red+Green+Blue) = 73+55+149=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #493795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493795 is #B6C86A. Grayscale: #464646. Windows color (decimal): -11978859 or 9779017. OLE color: 9779017.

HSL color Cylindrical-coordinate representation of color #493795: hue angle of 251.49º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493795 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7355149-
CMYK0.510.6300.42
HSL251.49º46.08%40%-
HSV(B)251.49º63.09%58.43%-
XYZ9.546.3229.15-
YUV71.1171.96129.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=26.35%
G=19.86%
B=53.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73551490.510.6300.42251.4946.0840
Hex493795333F02Afb2e28
Octal1116722563770523735650
Binary100100111011110010101110011111111010101011111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493795; }

 p { color: rgb(73,55,149); }

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

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

 a { background-color: rgb(73,55,149); }

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

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

 span { border-color: rgb(73,55,149); }

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