Shades of Governor Bay #4346AD
Tints of Governor Bay #4346AD
RGB
CMYK
RGB Variations
Color information
#4346AD (or 0x4346AD) is known color: Governor Bay. HEX triplet: 43, 46 and AD. RGB value is (67,70,173). Sum of RGB (Red+Green+Blue) = 67+70+173=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #4346AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4346AD is #BCB952. Grayscale: #505050. Windows color (decimal): -12368211 or 11355715. OLE color: 11355715.
HSL color Cylindrical-coordinate representation of color #4346AD: hue angle of 238.3º 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 #4346AD is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 70 | 173 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.32 |
| HSL | 238.3º | 0.44% | 0.47% | - |
| HSV(B) | 238.3º | 0.61% | 0.68% | - |
| XYZ | 12.05 | 8.59 | 40.56 | - |
| YUV | 80.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 173 | 0.61 | 0.60 | 0 | 0.32 | 238.3 | 0.44 | 0.47 |
| Hex | 43 | 46 | AD | 3D | 3C | 0 | 20 | EE | 2C | 2F |
| Octal | 103 | 106 | 255 | 75 | 74 | 0 | 40 | 356 | 54 | 57 |
| Binary | 1000011 | 1000110 | 10101101 | 111101 | 111100 | 0 | 100000 | 11101110 | 101100 | 101111 |
Color Harmonies of #4346AD
Complementary color
Monochromatic Colors of #4346AD
Black with #4346AD
Text Example
Text Example
White with #4346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4346AD; }
p { color: rgb(67,70,173); }
H1.HeaderClassName
{
color: #4346AD;
}
.AnyTagClassName
{
color: #4346AD;
}
</style>
background-color css
<style>
a { background-color: #4346AD; }
a { background-color: rgb(67,70,173); }
div.DivClassName
{
background-color: #4346AD;
}
.BgClassName
{
background-color: #4346AD;
}
</style>
border-color css
<style>
span { border-color: #4346AD; }
span { border-color: rgb(67,70,173); }
td.TdClassName
{
border-color: #4346AD;
}
.TagClassName
{
border-color: #4346AD;
}
</style>