#4754AB

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

Shades of Governor Bay #4754AB

Tints of Governor Bay #4754AB

Color information

#4754AB (or 0x4754AB) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and AB. RGB value is (71,84,171). Sum of RGB (Red+Green+Blue) = 71+84+171=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4754AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4754AB is #B8AB54. Grayscale: #595959. Windows color (decimal): -12102485 or 11228231. OLE color: 11228231.

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

Color convert

RGB7184171-
CMYK0.580.5100.33
HSL232.2º41.32%47.45%-
HSV(B)232.2º58.48%67.06%-
XYZ13.1210.6239.89-
YUV90.03173.69114.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=21.78%
G=25.77%
B=52.45%

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
Decimal71841710.580.5100.33232.241.3247.45
Hex4754AB3A33021e8292f
Octal10712425372630413505157
Binary1000111101010010101011111010110011010000111101000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4754AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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