#4846A9

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

Shades of Governor Bay #4846A9

Tints of Governor Bay #4846A9

Color information

#4846A9 (or 0x4846A9) is unknown color: approx Governor Bay. HEX triplet: 48, 46 and A9. RGB value is (72,70,169). Sum of RGB (Red+Green+Blue) = 72+70+169=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #4846A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4846A9 is #B7B956. Grayscale: #515151. Windows color (decimal): -12040535 or 11093576. OLE color: 11093576.

HSL color Cylindrical-coordinate representation of color #4846A9: hue angle of 241.21º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4846A9 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7270169-
CMYK0.570.5900.34
HSL241.21º41.42%46.86%-
HSV(B)241.21º58.58%66.27%-
XYZ12.028.6238.57-
YUV81.88177.16120.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=23.15%
G=22.51%
B=54.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72701690.570.5900.34241.2141.4246.86
Hex4846A9393B022f1292f
Octal11010625171730423615157
Binary1001000100011010101001111001111011010001011110001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4846A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4846A9; }

 p { color: rgb(72,70,169); }

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

<style>
 a { background-color: #4846A9; }

 a { background-color: rgb(72,70,169); }

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

<style>
 span { border-color: #4846A9; }

 span { border-color: rgb(72,70,169); }

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