#495a9d

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

Shades of Governor Bay #495A9D

Tints of Governor Bay #495A9D

Color information

#495A9D (or 0x495A9D) is unknown color: approx Governor Bay. HEX triplet: 49, 5A and 9D. RGB value is (73,90,157). Sum of RGB (Red+Green+Blue) = 73+90+157=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #495A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A9D is #B6A562. Grayscale: #5C5C5C. Windows color (decimal): -11969891 or 10312265. OLE color: 10312265.

HSL color Cylindrical-coordinate representation of color #495A9D: hue angle of 227.86º 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 #495A9D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7390157-
CMYK0.540.4300.38
HSL227.86º36.52%45.1%-
HSV(B)227.86º53.5%61.57%-
XYZ12.4911.1633.39-
YUV92.56164.37114.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=22.81%
G=28.12%
B=49.06%

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
Decimal73901570.540.4300.38227.8636.5245.1
Hex495A9D362B026e4252d
Octal11113223566530463444555
Binary1001001101101010011101110110101011010011011100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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