#4946A1

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

Shades of Governor Bay #4946A1

Tints of Governor Bay #4946A1

Color information

#4946A1 (or 0x4946A1) is unknown color: approx Governor Bay. HEX triplet: 49, 46 and A1. RGB value is (73,70,161). Sum of RGB (Red+Green+Blue) = 73+70+161=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #4946A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4946A1 is #B6B95E. Grayscale: #505050. Windows color (decimal): -11975007 or 10569289. OLE color: 10569289.

HSL color Cylindrical-coordinate representation of color #4946A1: hue angle of 241.98º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4946A1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7370161-
CMYK0.550.5700.37
HSL241.98º39.39%45.29%-
HSV(B)241.98º56.52%63.14%-
XYZ11.378.3734.73-
YUV81.27172.99122.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 161 (63.28% from 255) = 52.96%
R=24.01%
G=23.03%
B=52.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73701610.550.5700.37241.9839.3945.29
Hex4946A13739025f2272d
Octal11110624167710453624755
Binary1001001100011010100001110111111001010010111110010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4946A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4946A1; }

 p { color: rgb(73,70,161); }

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

<style>
 a { background-color: #4946A1; }

 a { background-color: rgb(73,70,161); }

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

<style>
 span { border-color: #4946A1; }

 span { border-color: rgb(73,70,161); }

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