Shades of Governor Bay #504EA4
Tints of Governor Bay #504EA4
RGB
CMYK
RGB Variations
Color information
#504EA4 (or 0x504EA4) is known color: Governor Bay. HEX triplet: 50, 4E and A4. RGB value is (80,78,164). Sum of RGB (Red+Green+Blue) = 80+78+164=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #504EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504EA4 is #AFB15B. Grayscale: #585858. Windows color (decimal): -11514204 or 10767952. OLE color: 10767952.
HSL color Cylindrical-coordinate representation of color #504EA4: hue angle of 241.4º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504EA4 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 78 | 164 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.36 |
| HSL | 241.4º | 0.36% | 0.47% | - |
| HSV(B) | 241.4º | 0.52% | 0.64% | - |
| XYZ | 12.73 | 9.83 | 36.35 | - |
| YUV | 88.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 164 | 0.51 | 0.52 | 0 | 0.36 | 241.4 | 0.36 | 0.47 |
| Hex | 50 | 4E | A4 | 33 | 34 | 0 | 24 | F1 | 24 | 2F |
| Octal | 120 | 116 | 244 | 63 | 64 | 0 | 44 | 361 | 44 | 57 |
| Binary | 1010000 | 1001110 | 10100100 | 110011 | 110100 | 0 | 100100 | 11110001 | 100100 | 101111 |
Color Harmonies of #504EA4
Complementary color
Monochromatic Colors of #504EA4
Black with #504EA4
Text Example
Text Example
White with #504EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EA4; }
p { color: rgb(80,78,164); }
H1.HeaderClassName
{
color: #504EA4;
}
.AnyTagClassName
{
color: #504EA4;
}
</style>
background-color css
<style>
a { background-color: #504EA4; }
a { background-color: rgb(80,78,164); }
div.DivClassName
{
background-color: #504EA4;
}
.BgClassName
{
background-color: #504EA4;
}
</style>
border-color css
<style>
span { border-color: #504EA4; }
span { border-color: rgb(80,78,164); }
td.TdClassName
{
border-color: #504EA4;
}
.TagClassName
{
border-color: #504EA4;
}
</style>