#493095

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

Shades of Blue Gem #493095

Tints of Blue Gem #493095

Color information

#493095 (or 0x493095) is unknown color: approx Blue Gem. HEX triplet: 49, 30 and 95. RGB value is (73,48,149). Sum of RGB (Red+Green+Blue) = 73+48+149=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #493095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493095 is #B6CF6A. Grayscale: #424242. Windows color (decimal): -11980651 or 9777225. OLE color: 9777225.

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

Color convert

RGB7348149-
CMYK0.510.6800.42
HSL254.85º51.27%38.63%-
HSV(B)254.85º67.79%58.43%-
XYZ9.235.729.05-
YUV66.99174.28132.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=27.04%
G=17.78%
B=55.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73481490.510.6800.42254.8551.2738.63
Hex493095334402Aff3327
Octal11160225631040523776347
Binary1001001110000100101011100111000100010101011111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493095; }

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

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

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

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

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

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

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

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