#4941AB

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

Shades of Governor Bay #4941AB

Tints of Governor Bay #4941AB

Color information

#4941AB (or 0x4941AB) is unknown color: approx Governor Bay. HEX triplet: 49, 41 and AB. RGB value is (73,65,171). Sum of RGB (Red+Green+Blue) = 73+65+171=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4941AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4941AB is #B6BE54. Grayscale: #4F4F4F. Windows color (decimal): -11976277 or 11223369. OLE color: 11223369.

HSL color Cylindrical-coordinate representation of color #4941AB: hue angle of 244.53º 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 #4941AB is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7365171-
CMYK0.570.6200.33
HSL244.53º44.92%46.27%-
HSV(B)244.53º61.99%67.06%-
XYZ11.998.1439.47-
YUV79.48179.65123.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=23.62%
G=21.04%
B=55.34%

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
Decimal73651710.570.6200.33244.5344.9246.27
Hex4941AB393E021f52d2e
Octal11110125371760413655556
Binary1001001100000110101011111001111110010000111110101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4941AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4941AB; }

 p { color: rgb(73,65,171); }

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

<style>
 a { background-color: #4941AB; }

 a { background-color: rgb(73,65,171); }

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

<style>
 span { border-color: #4941AB; }

 span { border-color: rgb(73,65,171); }

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