Shades of Governor Bay #434C93
Tints of Governor Bay #434C93
RGB
CMYK
RGB Variations
Color information
#434C93 (or 0x434C93) is known color: Governor Bay. HEX triplet: 43, 4C and 93. RGB value is (67,76,147). Sum of RGB (Red+Green+Blue) = 67+76+147=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #434C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C93 is #BCB36C. Grayscale: #515151. Windows color (decimal): -12366701 or 9653315. OLE color: 9653315.
HSL color Cylindrical-coordinate representation of color #434C93: hue angle of 233.25º 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 #434C93 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 76 | 147 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.42 |
| HSL | 233.25º | 0.37% | 0.42% | - |
| HSV(B) | 233.25º | 0.54% | 0.58% | - |
| XYZ | 10.17 | 8.47 | 28.7 | - |
| YUV | 81.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 147 | 0.54 | 0.48 | 0 | 0.42 | 233.25 | 0.37 | 0.42 |
| Hex | 43 | 4C | 93 | 36 | 30 | 0 | 2A | E9 | 25 | 2A |
| Octal | 103 | 114 | 223 | 66 | 60 | 0 | 52 | 351 | 45 | 52 |
| Binary | 1000011 | 1001100 | 10010011 | 110110 | 110000 | 0 | 101010 | 11101001 | 100101 | 101010 |
Color Harmonies of #434C93
Complementary color
Monochromatic Colors of #434C93
Black with #434C93
Text Example
Text Example
White with #434C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C93; }
p { color: rgb(67,76,147); }
H1.HeaderClassName
{
color: #434C93;
}
.AnyTagClassName
{
color: #434C93;
}
</style>
background-color css
<style>
a { background-color: #434C93; }
a { background-color: rgb(67,76,147); }
div.DivClassName
{
background-color: #434C93;
}
.BgClassName
{
background-color: #434C93;
}
</style>
border-color css
<style>
span { border-color: #434C93; }
span { border-color: rgb(67,76,147); }
td.TdClassName
{
border-color: #434C93;
}
.TagClassName
{
border-color: #434C93;
}
</style>