#495AAB

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

Shades of Governor Bay #495AAB

Tints of Governor Bay #495AAB

Color information

#495AAB (or 0x495AAB) is unknown color: approx Governor Bay. HEX triplet: 49, 5A and AB. RGB value is (73,90,171). Sum of RGB (Red+Green+Blue) = 73+90+171=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #495AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAB is #B6A554. Grayscale: #5D5D5D. Windows color (decimal): -11969877 or 11229769. OLE color: 11229769.

HSL color Cylindrical-coordinate representation of color #495AAB: hue angle of 229.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495AAB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7390171-
CMYK0.570.4700.33
HSL229.59º40.16%47.84%-
HSV(B)229.59º57.31%67.06%-
XYZ13.7511.6740.06-
YUV94.15171.37112.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=21.86%
G=26.95%
B=51.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73901710.570.4700.33229.5940.1647.84
Hex495AAB392F021e62830
Octal11113225371570413465060
Binary1001001101101010101011111001101111010000111100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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