#493695

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

Shades of Blue Gem #493695

Tints of Blue Gem #493695

Color information

#493695 (or 0x493695) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 95. RGB value is (73,54,149). Sum of RGB (Red+Green+Blue) = 73+54+149=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #493695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493695 is #B6C96A. Grayscale: #464646. Windows color (decimal): -11979115 or 9778761. OLE color: 9778761.

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

Color convert

RGB7354149-
CMYK0.510.6400.42
HSL252º46.8%39.8%-
HSV(B)252º63.76%58.43%-
XYZ9.496.2229.14-
YUV70.51172.29129.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=26.45%
G=19.57%
B=53.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73541490.510.6400.4225246.839.8
Hex493695334002Afc2f28
Octal11166225631000523745750
Binary1001001110110100101011100111000000010101011111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493695; }

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

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

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

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

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

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

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

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