Shades of Governor Bay #43489D
Tints of Governor Bay #43489D
RGB
CMYK
RGB Variations
Color information
#43489D (or 0x43489D) is known color: Governor Bay. HEX triplet: 43, 48 and 9D. RGB value is (67,72,157). Sum of RGB (Red+Green+Blue) = 67+72+157=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #43489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43489D is #BCB762. Grayscale: #4F4F4F. Windows color (decimal): -12367715 or 10307651. OLE color: 10307651.
HSL color Cylindrical-coordinate representation of color #43489D: hue angle of 236.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43489D is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 72 | 157 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.38 |
| HSL | 236.67º | 0.4% | 0.44% | - |
| HSV(B) | 236.67º | 0.57% | 0.62% | - |
| XYZ | 10.72 | 8.26 | 32.93 | - |
| YUV | 80.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 157 | 0.57 | 0.54 | 0 | 0.38 | 236.67 | 0.4 | 0.44 |
| Hex | 43 | 48 | 9D | 39 | 36 | 0 | 26 | ED | 28 | 2C |
| Octal | 103 | 110 | 235 | 71 | 66 | 0 | 46 | 355 | 50 | 54 |
| Binary | 1000011 | 1001000 | 10011101 | 111001 | 110110 | 0 | 100110 | 11101101 | 101000 | 101100 |
Color Harmonies of #43489D
Complementary color
Monochromatic Colors of #43489D
Black with #43489D
Text Example
Text Example
White with #43489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43489D; }
p { color: rgb(67,72,157); }
H1.HeaderClassName
{
color: #43489D;
}
.AnyTagClassName
{
color: #43489D;
}
</style>
background-color css
<style>
a { background-color: #43489D; }
a { background-color: rgb(67,72,157); }
div.DivClassName
{
background-color: #43489D;
}
.BgClassName
{
background-color: #43489D;
}
</style>
border-color css
<style>
span { border-color: #43489D; }
span { border-color: rgb(67,72,157); }
td.TdClassName
{
border-color: #43489D;
}
.TagClassName
{
border-color: #43489D;
}
</style>