Shades of Governor Bay #4343AC
Tints of Governor Bay #4343AC
RGB
CMYK
RGB Variations
Color information
#4343AC (or 0x4343AC) is known color: Governor Bay. HEX triplet: 43, 43 and AC. RGB value is (67,67,172). Sum of RGB (Red+Green+Blue) = 67+67+172=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #4343AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4343AC is #BCBC53. Grayscale: #4E4E4E. Windows color (decimal): -12368980 or 11289411. OLE color: 11289411.
HSL color Cylindrical-coordinate representation of color #4343AC: hue angle of 240º 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 #4343AC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 67 | 172 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.33 |
| HSL | 240º | 0.44% | 0.47% | - |
| HSV(B) | 240º | 0.61% | 0.67% | - |
| XYZ | 11.77 | 8.19 | 39.99 | - |
| YUV | 78.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 172 | 0.61 | 0.61 | 0 | 0.33 | 240 | 0.44 | 0.47 |
| Hex | 43 | 43 | AC | 3D | 3D | 0 | 21 | F0 | 2C | 2F |
| Octal | 103 | 103 | 254 | 75 | 75 | 0 | 41 | 360 | 54 | 57 |
| Binary | 1000011 | 1000011 | 10101100 | 111101 | 111101 | 0 | 100001 | 11110000 | 101100 | 101111 |
Color Harmonies of #4343AC
Complementary color
Monochromatic Colors of #4343AC
Black with #4343AC
Text Example
Text Example
White with #4343AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4343AC; }
p { color: rgb(67,67,172); }
H1.HeaderClassName
{
color: #4343AC;
}
.AnyTagClassName
{
color: #4343AC;
}
</style>
background-color css
<style>
a { background-color: #4343AC; }
a { background-color: rgb(67,67,172); }
div.DivClassName
{
background-color: #4343AC;
}
.BgClassName
{
background-color: #4343AC;
}
</style>
border-color css
<style>
span { border-color: #4343AC; }
span { border-color: rgb(67,67,172); }
td.TdClassName
{
border-color: #4343AC;
}
.TagClassName
{
border-color: #4343AC;
}
</style>