#495AA2

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

Shades of Governor Bay #495AA2

Tints of Governor Bay #495AA2

Color information

#495AA2 (or 0x495AA2) is unknown color: approx Governor Bay. HEX triplet: 49, 5A and A2. RGB value is (73,90,162). Sum of RGB (Red+Green+Blue) = 73+90+162=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #495AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AA2 is #B6A55D. Grayscale: #5C5C5C. Windows color (decimal): -11969886 or 10639945. OLE color: 10639945.

HSL color Cylindrical-coordinate representation of color #495AA2: hue angle of 228.54º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495AA2 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7390162-
CMYK0.550.4400.36
HSL228.54º37.87%46.08%-
HSV(B)228.54º54.94%63.53%-
XYZ12.9311.3435.69-
YUV93.12166.87113.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=22.46%
G=27.69%
B=49.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73901620.550.4400.36228.5437.8746.08
Hex495AA2372C024e5262e
Octal11113224267540443454656
Binary1001001101101010100010110111101100010010011100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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