Shades of Governor Bay #434FAC
Tints of Governor Bay #434FAC
RGB
CMYK
RGB Variations
Color information
#434FAC (or 0x434FAC) is known color: Governor Bay. HEX triplet: 43, 4F and AC. RGB value is (67,79,172). Sum of RGB (Red+Green+Blue) = 67+79+172=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #434FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434FAC is #BCB053. Grayscale: #555555. Windows color (decimal): -12365908 or 11292483. OLE color: 11292483.
HSL color Cylindrical-coordinate representation of color #434FAC: hue angle of 233.14º 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 #434FAC is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 79 | 172 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.33 |
| HSL | 233.14º | 0.44% | 0.47% | - |
| HSV(B) | 233.14º | 0.61% | 0.67% | - |
| XYZ | 12.56 | 9.76 | 40.25 | - |
| YUV | 86.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 172 | 0.61 | 0.54 | 0 | 0.33 | 233.14 | 0.44 | 0.47 |
| Hex | 43 | 4F | AC | 3D | 36 | 0 | 21 | E9 | 2C | 2F |
| Octal | 103 | 117 | 254 | 75 | 66 | 0 | 41 | 351 | 54 | 57 |
| Binary | 1000011 | 1001111 | 10101100 | 111101 | 110110 | 0 | 100001 | 11101001 | 101100 | 101111 |
Color Harmonies of #434FAC
Complementary color
Monochromatic Colors of #434FAC
Black with #434FAC
Text Example
Text Example
White with #434FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FAC; }
p { color: rgb(67,79,172); }
H1.HeaderClassName
{
color: #434FAC;
}
.AnyTagClassName
{
color: #434FAC;
}
</style>
background-color css
<style>
a { background-color: #434FAC; }
a { background-color: rgb(67,79,172); }
div.DivClassName
{
background-color: #434FAC;
}
.BgClassName
{
background-color: #434FAC;
}
</style>
border-color css
<style>
span { border-color: #434FAC; }
span { border-color: rgb(67,79,172); }
td.TdClassName
{
border-color: #434FAC;
}
.TagClassName
{
border-color: #434FAC;
}
</style>