#4754AA

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

Shades of Governor Bay #4754AA

Tints of Governor Bay #4754AA

Color information

#4754AA (or 0x4754AA) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and AA. RGB value is (71,84,170). Sum of RGB (Red+Green+Blue) = 71+84+170=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #4754AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4754AA is #B8AB55. Grayscale: #595959. Windows color (decimal): -12102486 or 11162695. OLE color: 11162695.

HSL color Cylindrical-coordinate representation of color #4754AA: hue angle of 232.12º 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 #4754AA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7184170-
CMYK0.580.5100.33
HSL232.12º41.08%47.25%-
HSV(B)232.12º58.24%66.67%-
XYZ13.0210.5839.39-
YUV89.92173.19114.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=21.85%
G=25.85%
B=52.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71841700.580.5100.33232.1241.0847.25
Hex4754AA3A33021e8292f
Octal10712425272630413505157
Binary1000111101010010101010111010110011010000111101000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4754AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4754AA; }

 p { color: rgb(71,84,170); }

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

<style>
 a { background-color: #4754AA; }

 a { background-color: rgb(71,84,170); }

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

<style>
 span { border-color: #4754AA; }

 span { border-color: rgb(71,84,170); }

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