#495696

Color #495696 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #495696

Tints of Governor Bay #495696

Color information

#495696 (or 0x495696) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and 96. RGB value is (73,86,150). Sum of RGB (Red+Green+Blue) = 73+86+150=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #495696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495696 is #B6A969. Grayscale: #595959. Windows color (decimal): -11970922 or 9852489. OLE color: 9852489.

HSL color Cylindrical-coordinate representation of color #495696: hue angle of 229.87º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495696 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7386150-
CMYK0.510.4300.41
HSL229.87º34.53%43.73%-
HSV(B)229.87º51.33%58.82%-
XYZ11.5810.2730.23-
YUV89.41162.19116.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=23.62%
G=27.83%
B=48.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73861500.510.4300.41229.8734.5343.73
Hex495696332B029e6232c
Octal11112622663530513464354
Binary1001001101011010010110110011101011010100111100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495696; }

 p { color: rgb(73,86,150); }

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

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

 a { background-color: rgb(73,86,150); }

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

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

 span { border-color: rgb(73,86,150); }

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