#495A9E

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

Shades of Governor Bay #495A9E

Tints of Governor Bay #495A9E

Color information

#495A9E (or 0x495A9E) is unknown color: approx Governor Bay. HEX triplet: 49, 5A and 9E. RGB value is (73,90,158). Sum of RGB (Red+Green+Blue) = 73+90+158=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #495A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A9E is #B6A561. Grayscale: #5C5C5C. Windows color (decimal): -11969890 or 10377801. OLE color: 10377801.

HSL color Cylindrical-coordinate representation of color #495A9E: hue angle of 228º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495A9E is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7390158-
CMYK0.540.4300.38
HSL228º36.8%45.29%-
HSV(B)228º53.8%61.96%-
XYZ12.5811.233.85-
YUV92.67164.87113.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=22.74%
G=28.04%
B=49.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73901580.540.4300.3822836.845.29
Hex495A9E362B026e4252d
Octal11113223666530463444555
Binary1001001101101010011110110110101011010011011100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A9E; }

 p { color: rgb(73,90,158); }

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

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

 a { background-color: rgb(73,90,158); }

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

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

 span { border-color: rgb(73,90,158); }

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