#4752AD

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

Shades of Governor Bay #4752AD

Tints of Governor Bay #4752AD

Color information

#4752AD (or 0x4752AD) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and AD. RGB value is (71,82,173). Sum of RGB (Red+Green+Blue) = 71+82+173=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4752AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4752AD is #B8AD52. Grayscale: #585858. Windows color (decimal): -12102995 or 11358791. OLE color: 11358791.

HSL color Cylindrical-coordinate representation of color #4752AD: hue angle of 233.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4752AD is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7182173-
CMYK0.590.5300.32
HSL233.53º41.8%47.84%-
HSV(B)233.53º58.96%67.84%-
XYZ13.1610.3940.85-
YUV89.08175.36115.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=21.78%
G=25.15%
B=53.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71821730.590.5300.32233.5341.847.84
Hex4752AD3B35020ea2a30
Octal10712225573650403525260
Binary1000111101001010101101111011110101010000011101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4752AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4752AD; }

 p { color: rgb(71,82,173); }

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

<style>
 a { background-color: #4752AD; }

 a { background-color: rgb(71,82,173); }

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

<style>
 span { border-color: #4752AD; }

 span { border-color: rgb(71,82,173); }

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