#4751AD

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

Shades of Governor Bay #4751AD

Tints of Governor Bay #4751AD

Color information

#4751AD (or 0x4751AD) is unknown color: approx Governor Bay. HEX triplet: 47, 51 and AD. RGB value is (71,81,173). Sum of RGB (Red+Green+Blue) = 71+81+173=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #4751AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4751AD is #B8AE52. Grayscale: #585858. Windows color (decimal): -12103251 or 11358535. OLE color: 11358535.

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

Color convert

RGB7181173-
CMYK0.590.5300.32
HSL234.12º41.8%47.84%-
HSV(B)234.12º58.96%67.84%-
XYZ13.0810.2440.82-
YUV88.5175.69115.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=21.85%
G=24.92%
B=53.23%

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
Decimal71811730.590.5300.32234.1241.847.84
Hex4751AD3B35020ea2a30
Octal10712125573650403525260
Binary1000111101000110101101111011110101010000011101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4751AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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