#4940AA

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

Shades of Governor Bay #4940AA

Tints of Governor Bay #4940AA

Color information

#4940AA (or 0x4940AA) is unknown color: approx Governor Bay. HEX triplet: 49, 40 and AA. RGB value is (73,64,170). Sum of RGB (Red+Green+Blue) = 73+64+170=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4940AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AA is #B6BF55. Grayscale: #4E4E4E. Windows color (decimal): -11976534 or 11157577. OLE color: 11157577.

HSL color Cylindrical-coordinate representation of color #4940AA: hue angle of 245.09º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4940AA is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7364170-
CMYK0.570.6200.33
HSL245.09º45.3%45.88%-
HSV(B)245.09º62.35%66.67%-
XYZ11.847.9938.95-
YUV78.77179.48123.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=23.78%
G=20.85%
B=55.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73641700.570.6200.33245.0945.345.88
Hex4940AA393E021f52d2e
Octal11110025271760413655556
Binary1001001100000010101010111001111110010000111110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4940AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,64,170); }

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

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

 a { background-color: rgb(73,64,170); }

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

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

 span { border-color: rgb(73,64,170); }

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