#495A9B

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

Shades of Governor Bay #495A9B

Tints of Governor Bay #495A9B

Color information

#495A9B (or 0x495A9B) is unknown color: approx Governor Bay. HEX triplet: 49, 5A and 9B. RGB value is (73,90,155). Sum of RGB (Red+Green+Blue) = 73+90+155=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #495A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A9B is #B6A564. Grayscale: #5C5C5C. Windows color (decimal): -11969893 or 10181193. OLE color: 10181193.

HSL color Cylindrical-coordinate representation of color #495A9B: hue angle of 227.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #495A9B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7390155-
CMYK0.530.4200.39
HSL227.56º35.96%44.71%-
HSV(B)227.56º52.9%60.78%-
XYZ12.3211.132.5-
YUV92.33163.37114.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=22.96%
G=28.30%
B=48.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73901550.530.4200.39227.5635.9644.71
Hex495A9B352A027e4242d
Octal11113223365520473444455
Binary1001001101101010011011110101101010010011111100100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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