#495496

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

Shades of Governor Bay #495496

Tints of Governor Bay #495496

Color information

#495496 (or 0x495496) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and 96. RGB value is (73,84,150). Sum of RGB (Red+Green+Blue) = 73+84+150=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #495496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495496 is #B6AB69. Grayscale: #575757. Windows color (decimal): -11971434 or 9851977. OLE color: 9851977.

HSL color Cylindrical-coordinate representation of color #495496: hue angle of 231.43º 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 #495496 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7384150-
CMYK0.510.4400.41
HSL231.43º34.53%43.73%-
HSV(B)231.43º51.33%58.82%-
XYZ11.429.9630.17-
YUV88.23162.86117.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=23.78%
G=27.36%
B=48.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73841500.510.4400.41231.4334.5343.73
Hex495496332C029e7232c
Octal11112422663540513474354
Binary1001001101010010010110110011101100010100111100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495496; }

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

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

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

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

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

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

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

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