#4557AB

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

Shades of Governor Bay #4557AB

Tints of Governor Bay #4557AB

Color information

#4557AB (or 0x4557AB) is unknown color: approx Governor Bay. HEX triplet: 45, 57 and AB. RGB value is (69,87,171). Sum of RGB (Red+Green+Blue) = 69+87+171=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #4557AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4557AB is #BAA854. Grayscale: #5A5A5A. Windows color (decimal): -12232789 or 11228997. OLE color: 11228997.

HSL color Cylindrical-coordinate representation of color #4557AB: hue angle of 229.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4557AB is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6987171-
CMYK0.600.4900.33
HSL229.41º42.5%47.06%-
HSV(B)229.41º59.65%67.06%-
XYZ13.2111.0239.96-
YUV91.19173.04112.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=21.10%
G=26.61%
B=52.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69871710.600.4900.33229.4142.547.06
Hex4557AB3C31021e52a2f
Octal10512725374610413455257
Binary1000101101011110101011111100110001010000111100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4557AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4557AB; }

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

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

<style>
 a { background-color: #4557AB; }

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

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

<style>
 span { border-color: #4557AB; }

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

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