#495196

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

Shades of Governor Bay #495196

Tints of Governor Bay #495196

Color information

#495196 (or 0x495196) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 96. RGB value is (73,81,150). Sum of RGB (Red+Green+Blue) = 73+81+150=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #495196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495196 is #B6AE69. Grayscale: #565656. Windows color (decimal): -11972202 or 9851209. OLE color: 9851209.

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

Color convert

RGB7381150-
CMYK0.510.4600.41
HSL233.77º34.53%43.73%-
HSV(B)233.77º51.33%58.82%-
XYZ11.29.530.1-
YUV86.47163.85118.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=24.01%
G=26.64%
B=49.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73811500.510.4600.41233.7734.5343.73
Hex495196332E029ea232c
Octal11112122663560513524354
Binary1001001101000110010110110011101110010100111101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495196; }

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

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

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

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

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

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

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

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