Shades of Governor Bay #4D469D
Tints of Governor Bay #4D469D
RGB
CMYK
RGB Variations
Color information
#4D469D (or 0x4D469D) is known color: Governor Bay. HEX triplet: 4D, 46 and 9D. RGB value is (77,70,157). Sum of RGB (Red+Green+Blue) = 77+70+157=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D469D is #B2B962. Grayscale: #515151. Windows color (decimal): -11712867 or 10307149. OLE color: 10307149.
HSL color Cylindrical-coordinate representation of color #4D469D: hue angle of 244.83º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D469D is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 70 | 157 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.38 |
| HSL | 244.83º | 0.38% | 0.45% | - |
| HSV(B) | 244.83º | 0.55% | 0.62% | - |
| XYZ | 11.34 | 8.39 | 32.92 | - |
| YUV | 82.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 157 | 0.51 | 0.55 | 0 | 0.38 | 244.83 | 0.38 | 0.45 |
| Hex | 4D | 46 | 9D | 33 | 37 | 0 | 26 | F5 | 26 | 2D |
| Octal | 115 | 106 | 235 | 63 | 67 | 0 | 46 | 365 | 46 | 55 |
| Binary | 1001101 | 1000110 | 10011101 | 110011 | 110111 | 0 | 100110 | 11110101 | 100110 | 101101 |
Color Harmonies of #4D469D
Complementary color
Monochromatic Colors of #4D469D
Black with #4D469D
Text Example
Text Example
White with #4D469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D469D; }
p { color: rgb(77,70,157); }
H1.HeaderClassName
{
color: #4D469D;
}
.AnyTagClassName
{
color: #4D469D;
}
</style>
background-color css
<style>
a { background-color: #4D469D; }
a { background-color: rgb(77,70,157); }
div.DivClassName
{
background-color: #4D469D;
}
.BgClassName
{
background-color: #4D469D;
}
</style>
border-color css
<style>
span { border-color: #4D469D; }
span { border-color: rgb(77,70,157); }
td.TdClassName
{
border-color: #4D469D;
}
.TagClassName
{
border-color: #4D469D;
}
</style>