#4A5299

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

Shades of Governor Bay #4A5299

Tints of Governor Bay #4A5299

Color information

#4A5299 (or 0x4A5299) is unknown color: approx Governor Bay. HEX triplet: 4A, 52 and 99. RGB value is (74,82,153). Sum of RGB (Red+Green+Blue) = 74+82+153=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A5299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5299 is #B5AD66. Grayscale: #575757. Windows color (decimal): -11906407 or 10048074. OLE color: 10048074.

HSL color Cylindrical-coordinate representation of color #4A5299: hue angle of 233.92º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A5299 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7482153-
CMYK0.520.4600.4
HSL233.92º34.8%44.51%-
HSV(B)233.92º51.63%60%-
XYZ11.599.7931.42-
YUV87.7164.85118.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=23.95%
G=26.54%
B=49.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74821530.520.4600.4233.9234.844.51
Hex4A5299342E028ea232d
Octal11212223164560503524355
Binary1001010101001010011001110100101110010100011101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5299; }

 p { color: rgb(74,82,153); }

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

<style>
 a { background-color: #4A5299; }

 a { background-color: rgb(74,82,153); }

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

<style>
 span { border-color: #4A5299; }

 span { border-color: rgb(74,82,153); }

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