#495791

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

Shades of Governor Bay #495791

Tints of Governor Bay #495791

Color information

#495791 (or 0x495791) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 91. RGB value is (73,87,145). Sum of RGB (Red+Green+Blue) = 73+87+145=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #495791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495791 is #B6A86E. Grayscale: #595959. Windows color (decimal): -11970671 or 9525065. OLE color: 9525065.

HSL color Cylindrical-coordinate representation of color #495791: hue angle of 228.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495791 is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7387145-
CMYK0.500.400.43
HSL228.33º33.03%42.75%-
HSV(B)228.33º49.66%56.86%-
XYZ11.2710.2828.18-
YUV89.43159.36116.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=23.93%
G=28.52%
B=47.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73871450.500.400.43228.3333.0342.75
Hex495791322802Be4212b
Octal11112722162500533444153
Binary1001001101011110010001110010101000010101111100100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495791; }

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

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

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

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

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

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

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

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