#494DA5

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

Shades of Governor Bay #494DA5

Tints of Governor Bay #494DA5

Color information

#494DA5 (or 0x494DA5) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and A5. RGB value is (73,77,165). Sum of RGB (Red+Green+Blue) = 73+77+165=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #494DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DA5 is #B6B25A. Grayscale: #555555. Windows color (decimal): -11973211 or 10833225. OLE color: 10833225.

HSL color Cylindrical-coordinate representation of color #494DA5: hue angle of 237.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494DA5 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7377165-
CMYK0.560.5300.35
HSL237.39º38.66%46.67%-
HSV(B)237.39º55.76%64.71%-
XYZ12.199.4436.78-
YUV85.84172.67118.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 165 (64.84% from 255) = 52.38%
R=23.17%
G=24.44%
B=52.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73771650.560.5300.35237.3938.6646.67
Hex494DA53835023ed272f
Octal11111524570650433554757
Binary1001001100110110100101111000110101010001111101101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494DA5; }

 p { color: rgb(73,77,165); }

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

<style>
 a { background-color: #494DA5; }

 a { background-color: rgb(73,77,165); }

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

<style>
 span { border-color: #494DA5; }

 span { border-color: rgb(73,77,165); }

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