#495797

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

Shades of Governor Bay #495797

Tints of Governor Bay #495797

Color information

#495797 (or 0x495797) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 97. RGB value is (73,87,151). Sum of RGB (Red+Green+Blue) = 73+87+151=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #495797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495797 is #B6A868. Grayscale: #595959. Windows color (decimal): -11970665 or 9918281. OLE color: 9918281.

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

Color convert

RGB7387151-
CMYK0.520.4200.41
HSL229.23º34.82%43.92%-
HSV(B)229.23º51.66%59.22%-
XYZ11.7410.4730.68-
YUV90.11162.36115.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=23.47%
G=27.97%
B=48.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73871510.520.4200.41229.2334.8243.92
Hex495797342A029e5232c
Octal11112722764520513454354
Binary1001001101011110010111110100101010010100111100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495797; }

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

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

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

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

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

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

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

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