#4753AA

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

Shades of Governor Bay #4753AA

Tints of Governor Bay #4753AA

Color information

#4753AA (or 0x4753AA) is unknown color: approx Governor Bay. HEX triplet: 47, 53 and AA. RGB value is (71,83,170). Sum of RGB (Red+Green+Blue) = 71+83+170=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4753AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4753AA is #B8AC55. Grayscale: #585858. Windows color (decimal): -12102742 or 11162439. OLE color: 11162439.

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

Color convert

RGB7183170-
CMYK0.580.5100.33
HSL232.73º41.08%47.25%-
HSV(B)232.73º58.24%66.67%-
XYZ12.9510.4339.36-
YUV89.33173.52114.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=21.91%
G=25.62%
B=52.47%

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
Decimal71831700.580.5100.33232.7341.0847.25
Hex4753AA3A33021e9292f
Octal10712325272630413515157
Binary1000111101001110101010111010110011010000111101001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4753AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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