Shades of Governor Bay #4350AC
Tints of Governor Bay #4350AC
RGB
CMYK
RGB Variations
Color information
#4350AC (or 0x4350AC) is known color: Governor Bay. HEX triplet: 43, 50 and AC. RGB value is (67,80,172). Sum of RGB (Red+Green+Blue) = 67+80+172=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #4350AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4350AC is #BCAF53. Grayscale: #565656. Windows color (decimal): -12365652 or 11292739. OLE color: 11292739.
HSL color Cylindrical-coordinate representation of color #4350AC: hue angle of 232.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4350AC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 80 | 172 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.33 |
| HSL | 232.57º | 0.44% | 0.47% | - |
| HSV(B) | 232.57º | 0.61% | 0.67% | - |
| XYZ | 12.63 | 9.91 | 40.28 | - |
| YUV | 86.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 172 | 0.61 | 0.53 | 0 | 0.33 | 232.57 | 0.44 | 0.47 |
| Hex | 43 | 50 | AC | 3D | 35 | 0 | 21 | E9 | 2C | 2F |
| Octal | 103 | 120 | 254 | 75 | 65 | 0 | 41 | 351 | 54 | 57 |
| Binary | 1000011 | 1010000 | 10101100 | 111101 | 110101 | 0 | 100001 | 11101001 | 101100 | 101111 |
Color Harmonies of #4350AC
Complementary color
Monochromatic Colors of #4350AC
Black with #4350AC
Text Example
Text Example
White with #4350AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350AC; }
p { color: rgb(67,80,172); }
H1.HeaderClassName
{
color: #4350AC;
}
.AnyTagClassName
{
color: #4350AC;
}
</style>
background-color css
<style>
a { background-color: #4350AC; }
a { background-color: rgb(67,80,172); }
div.DivClassName
{
background-color: #4350AC;
}
.BgClassName
{
background-color: #4350AC;
}
</style>
border-color css
<style>
span { border-color: #4350AC; }
span { border-color: rgb(67,80,172); }
td.TdClassName
{
border-color: #4350AC;
}
.TagClassName
{
border-color: #4350AC;
}
</style>