#4757AB

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

Shades of Governor Bay #4757AB

Tints of Governor Bay #4757AB

Color information

#4757AB (or 0x4757AB) is unknown color: approx Governor Bay. HEX triplet: 47, 57 and AB. RGB value is (71,87,171). Sum of RGB (Red+Green+Blue) = 71+87+171=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #4757AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4757AB is #B8A854. Grayscale: #5B5B5B. Windows color (decimal): -12101717 or 11228999. OLE color: 11228999.

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

Color convert

RGB7187171-
CMYK0.580.4900.33
HSL230.4º41.32%47.45%-
HSV(B)230.4º58.48%67.06%-
XYZ13.3611.139.97-
YUV91.79172.7113.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=21.58%
G=26.44%
B=51.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71871710.580.4900.33230.441.3247.45
Hex4757AB3A31021e6292f
Octal10712725372610413465157
Binary1000111101011110101011111010110001010000111100110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4757AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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