Shades of Governor Bay #4641AD
Tints of Governor Bay #4641AD
RGB
CMYK
RGB Variations
Color information
#4641AD (or 0x4641AD) is known color: Governor Bay. HEX triplet: 46, 41 and AD. RGB value is (70,65,173). Sum of RGB (Red+Green+Blue) = 70+65+173=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #4641AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4641AD is #B9BE52. Grayscale: #4E4E4E. Windows color (decimal): -12172883 or 11354438. OLE color: 11354438.
HSL color Cylindrical-coordinate representation of color #4641AD: hue angle of 242.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4641AD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 65 | 173 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.32 |
| HSL | 242.78º | 0.45% | 0.47% | - |
| HSV(B) | 242.78º | 0.62% | 0.68% | - |
| XYZ | 11.96 | 8.1 | 40.47 | - |
| YUV | 78.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 173 | 0.60 | 0.62 | 0 | 0.32 | 242.78 | 0.45 | 0.47 |
| Hex | 46 | 41 | AD | 3C | 3E | 0 | 20 | F3 | 2D | 2F |
| Octal | 106 | 101 | 255 | 74 | 76 | 0 | 40 | 363 | 55 | 57 |
| Binary | 1000110 | 1000001 | 10101101 | 111100 | 111110 | 0 | 100000 | 11110011 | 101101 | 101111 |
Color Harmonies of #4641AD
Complementary color
Monochromatic Colors of #4641AD
Black with #4641AD
Text Example
Text Example
White with #4641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641AD; }
p { color: rgb(70,65,173); }
H1.HeaderClassName
{
color: #4641AD;
}
.AnyTagClassName
{
color: #4641AD;
}
</style>
background-color css
<style>
a { background-color: #4641AD; }
a { background-color: rgb(70,65,173); }
div.DivClassName
{
background-color: #4641AD;
}
.BgClassName
{
background-color: #4641AD;
}
</style>
border-color css
<style>
span { border-color: #4641AD; }
span { border-color: rgb(70,65,173); }
td.TdClassName
{
border-color: #4641AD;
}
.TagClassName
{
border-color: #4641AD;
}
</style>