#4A57AB

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

Shades of Governor Bay #4A57AB

Tints of Governor Bay #4A57AB

Color information

#4A57AB (or 0x4A57AB) is unknown color: approx Governor Bay. HEX triplet: 4A, 57 and AB. RGB value is (74,87,171). Sum of RGB (Red+Green+Blue) = 74+87+171=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A57AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A57AB is #B5A854. Grayscale: #5C5C5C. Windows color (decimal): -11905109 or 11229002. OLE color: 11229002.

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

Color convert

RGB7487171-
CMYK0.570.4900.33
HSL231.96º39.59%48.04%-
HSV(B)231.96º56.73%67.06%-
XYZ13.5811.2139.98-
YUV92.69172.19114.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=22.29%
G=26.20%
B=51.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74871710.570.4900.33231.9639.5948.04
Hex4A57AB3931021e82830
Octal11212725371610413505060
Binary1001010101011110101011111001110001010000111101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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