Shades of Governor Bay #4350AD
Tints of Governor Bay #4350AD
RGB
CMYK
RGB Variations
Color information
#4350AD (or 0x4350AD) is known color: Governor Bay. HEX triplet: 43, 50 and AD. RGB value is (67,80,173). Sum of RGB (Red+Green+Blue) = 67+80+173=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #4350AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4350AD is #BCAF52. Grayscale: #565656. Windows color (decimal): -12365651 or 11358275. OLE color: 11358275.
HSL color Cylindrical-coordinate representation of color #4350AD: hue angle of 232.64º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4350AD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 80 | 173 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.32 |
| HSL | 232.64º | 0.44% | 0.47% | - |
| HSV(B) | 232.64º | 0.61% | 0.68% | - |
| XYZ | 12.73 | 9.95 | 40.78 | - |
| YUV | 86.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 173 | 0.61 | 0.54 | 0 | 0.32 | 232.64 | 0.44 | 0.47 |
| Hex | 43 | 50 | AD | 3D | 36 | 0 | 20 | E9 | 2C | 2F |
| Octal | 103 | 120 | 255 | 75 | 66 | 0 | 40 | 351 | 54 | 57 |
| Binary | 1000011 | 1010000 | 10101101 | 111101 | 110110 | 0 | 100000 | 11101001 | 101100 | 101111 |
Color Harmonies of #4350AD
Complementary color
Monochromatic Colors of #4350AD
Black with #4350AD
Text Example
Text Example
White with #4350AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350AD; }
p { color: rgb(67,80,173); }
H1.HeaderClassName
{
color: #4350AD;
}
.AnyTagClassName
{
color: #4350AD;
}
</style>
background-color css
<style>
a { background-color: #4350AD; }
a { background-color: rgb(67,80,173); }
div.DivClassName
{
background-color: #4350AD;
}
.BgClassName
{
background-color: #4350AD;
}
</style>
border-color css
<style>
span { border-color: #4350AD; }
span { border-color: rgb(67,80,173); }
td.TdClassName
{
border-color: #4350AD;
}
.TagClassName
{
border-color: #4350AD;
}
</style>