#4A59AB

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

Shades of Governor Bay #4A59AB

Tints of Governor Bay #4A59AB

Color information

#4A59AB (or 0x4A59AB) is unknown color: approx Governor Bay. HEX triplet: 4A, 59 and AB. RGB value is (74,89,171). Sum of RGB (Red+Green+Blue) = 74+89+171=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 89 (35.16% from 255 or 26.65% 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 #4A59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A59AB is #B5A654. Grayscale: #5D5D5D. Windows color (decimal): -11904597 or 11229514. OLE color: 11229514.

HSL color Cylindrical-coordinate representation of color #4A59AB: hue angle of 230.72º 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 #4A59AB is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7489171-
CMYK0.570.4800.33
HSL230.72º39.59%48.04%-
HSV(B)230.72º56.73%67.06%-
XYZ13.7511.5440.03-
YUV93.86171.53113.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.16%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=22.16%
G=26.65%
B=51.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74891710.570.4800.33230.7239.5948.04
Hex4A59AB3930021e72830
Octal11213125371600413475060
Binary1001010101100110101011111001110000010000111100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,89,171); }

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

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

 a { background-color: rgb(74,89,171); }

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

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

 span { border-color: rgb(74,89,171); }

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