Shades of Governor Bay #4E48A5
Tints of Governor Bay #4E48A5
RGB
CMYK
RGB Variations
Color information
#4E48A5 (or 0x4E48A5) is known color: Governor Bay. HEX triplet: 4E, 48 and A5. RGB value is (78,72,165). Sum of RGB (Red+Green+Blue) = 78+72+165=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #4E48A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E48A5 is #B1B75A. Grayscale: #545454. Windows color (decimal): -11646811 or 10831950. OLE color: 10831950.
HSL color Cylindrical-coordinate representation of color #4E48A5: hue angle of 243.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E48A5 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 72 | 165 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.35 |
| HSL | 243.87º | 0.39% | 0.46% | - |
| HSV(B) | 243.87º | 0.56% | 0.65% | - |
| XYZ | 12.25 | 8.97 | 36.68 | - |
| YUV | 84.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 165 | 0.53 | 0.56 | 0 | 0.35 | 243.87 | 0.39 | 0.46 |
| Hex | 4E | 48 | A5 | 35 | 38 | 0 | 23 | F4 | 27 | 2E |
| Octal | 116 | 110 | 245 | 65 | 70 | 0 | 43 | 364 | 47 | 56 |
| Binary | 1001110 | 1001000 | 10100101 | 110101 | 111000 | 0 | 100011 | 11110100 | 100111 | 101110 |
Color Harmonies of #4E48A5
Complementary color
Monochromatic Colors of #4E48A5
Black with #4E48A5
Text Example
Text Example
White with #4E48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E48A5; }
p { color: rgb(78,72,165); }
H1.HeaderClassName
{
color: #4E48A5;
}
.AnyTagClassName
{
color: #4E48A5;
}
</style>
background-color css
<style>
a { background-color: #4E48A5; }
a { background-color: rgb(78,72,165); }
div.DivClassName
{
background-color: #4E48A5;
}
.BgClassName
{
background-color: #4E48A5;
}
</style>
border-color css
<style>
span { border-color: #4E48A5; }
span { border-color: rgb(78,72,165); }
td.TdClassName
{
border-color: #4E48A5;
}
.TagClassName
{
border-color: #4E48A5;
}
</style>