Shades of Governor Bay #434F93
Tints of Governor Bay #434F93
RGB
CMYK
RGB Variations
Color information
#434F93 (or 0x434F93) is known color: Governor Bay. HEX triplet: 43, 4F and 93. RGB value is (67,79,147). Sum of RGB (Red+Green+Blue) = 67+79+147=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #434F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F93 is #BCB06C. Grayscale: #525252. Windows color (decimal): -12365933 or 9654083. OLE color: 9654083.
HSL color Cylindrical-coordinate representation of color #434F93: hue angle of 231º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434F93 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 79 | 147 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.42 |
| HSL | 231º | 0.37% | 0.42% | - |
| HSV(B) | 231º | 0.54% | 0.58% | - |
| XYZ | 10.38 | 8.89 | 28.77 | - |
| YUV | 83.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 147 | 0.54 | 0.46 | 0 | 0.42 | 231 | 0.37 | 0.42 |
| Hex | 43 | 4F | 93 | 36 | 2E | 0 | 2A | E7 | 25 | 2A |
| Octal | 103 | 117 | 223 | 66 | 56 | 0 | 52 | 347 | 45 | 52 |
| Binary | 1000011 | 1001111 | 10010011 | 110110 | 101110 | 0 | 101010 | 11100111 | 100101 | 101010 |
Color Harmonies of #434F93
Complementary color
Monochromatic Colors of #434F93
Black with #434F93
Text Example
Text Example
White with #434F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F93; }
p { color: rgb(67,79,147); }
H1.HeaderClassName
{
color: #434F93;
}
.AnyTagClassName
{
color: #434F93;
}
</style>
background-color css
<style>
a { background-color: #434F93; }
a { background-color: rgb(67,79,147); }
div.DivClassName
{
background-color: #434F93;
}
.BgClassName
{
background-color: #434F93;
}
</style>
border-color css
<style>
span { border-color: #434F93; }
span { border-color: rgb(67,79,147); }
td.TdClassName
{
border-color: #434F93;
}
.TagClassName
{
border-color: #434F93;
}
</style>