#4749AD

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

Shades of Governor Bay #4749AD

Tints of Governor Bay #4749AD

Color information

#4749AD (or 0x4749AD) is unknown color: approx Governor Bay. HEX triplet: 47, 49 and AD. RGB value is (71,73,173). Sum of RGB (Red+Green+Blue) = 71+73+173=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #4749AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4749AD is #B8B652. Grayscale: #535353. Windows color (decimal): -12105299 or 11356487. OLE color: 11356487.

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

Color convert

RGB7173173-
CMYK0.590.5800.32
HSL238.82º41.8%47.84%-
HSV(B)238.82º58.96%67.84%-
XYZ12.529.1240.64-
YUV83.8178.34118.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=22.40%
G=23.03%
B=54.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71731730.590.5800.32238.8241.847.84
Hex4749AD3B3A020ef2a30
Octal10711125573720403575260
Binary1000111100100110101101111011111010010000011101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4749AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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