#504D9B

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

Shades of Governor Bay #504D9B

Tints of Governor Bay #504D9B

Color information

#504D9B (or 0x504D9B) is unknown color: approx Governor Bay. HEX triplet: 50, 4D and 9B. RGB value is (80,77,155). Sum of RGB (Red+Green+Blue) = 80+77+155=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #504D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D9B is #AFB264. Grayscale: #565656. Windows color (decimal): -11514469 or 10177872. OLE color: 10177872.

HSL color Cylindrical-coordinate representation of color #504D9B: hue angle of 242.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504D9B is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8077155-
CMYK0.480.5000.39
HSL242.31º33.62%45.49%-
HSV(B)242.31º50.32%60.78%-
XYZ11.889.3832.19-
YUV86.79166.49123.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.64%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=25.64%
G=24.68%
B=49.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80771550.480.5000.39242.3133.6245.49
Hex504D9B3032027f2222d
Octal12011523360620473624255
Binary1010000100110110011011110000110010010011111110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D9B; }

 p { color: rgb(80,77,155); }

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

<style>
 a { background-color: #504D9B; }

 a { background-color: rgb(80,77,155); }

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

<style>
 span { border-color: #504D9B; }

 span { border-color: rgb(80,77,155); }

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