#495197

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

Shades of Governor Bay #495197

Tints of Governor Bay #495197

Color information

#495197 (or 0x495197) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 97. RGB value is (73,81,151). Sum of RGB (Red+Green+Blue) = 73+81+151=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #495197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495197 is #B6AE68. Grayscale: #565656. Windows color (decimal): -11972201 or 9916745. OLE color: 9916745.

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

Color convert

RGB7381151-
CMYK0.520.4600.41
HSL233.85º34.82%43.92%-
HSV(B)233.85º51.66%59.22%-
XYZ11.289.5430.52-
YUV86.59164.35118.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=23.93%
G=26.56%
B=49.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73811510.520.4600.41233.8534.8243.92
Hex495197342E029ea232c
Octal11112122764560513524354
Binary1001001101000110010111110100101110010100111101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495197; }

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

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

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

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

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

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

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

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