#4750AD

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

Shades of Governor Bay #4750AD

Tints of Governor Bay #4750AD

Color information

#4750AD (or 0x4750AD) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and AD. RGB value is (71,80,173). Sum of RGB (Red+Green+Blue) = 71+80+173=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #4750AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4750AD is #B8AF52. Grayscale: #575757. Windows color (decimal): -12103507 or 11358279. OLE color: 11358279.

HSL color Cylindrical-coordinate representation of color #4750AD: hue angle of 234.71º 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 #4750AD is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7180173-
CMYK0.590.5400.32
HSL234.71º41.8%47.84%-
HSV(B)234.71º58.96%67.84%-
XYZ13.0110.0940.8-
YUV87.91176.02115.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=21.91%
G=24.69%
B=53.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71801730.590.5400.32234.7141.847.84
Hex4750AD3B36020eb2a30
Octal10712025573660403535260
Binary1000111101000010101101111011110110010000011101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4750AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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