Shades of Governor Bay #4349AA
Tints of Governor Bay #4349AA
RGB
CMYK
RGB Variations
Color information
#4349AA (or 0x4349AA) is known color: Governor Bay. HEX triplet: 43, 49 and AA. RGB value is (67,73,170). Sum of RGB (Red+Green+Blue) = 67+73+170=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #4349AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4349AA is #BCB655. Grayscale: #515151. Windows color (decimal): -12367446 or 11159875. OLE color: 11159875.
HSL color Cylindrical-coordinate representation of color #4349AA: hue angle of 236.5º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4349AA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 73 | 170 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.33 |
| HSL | 236.5º | 0.43% | 0.46% | - |
| HSV(B) | 236.5º | 0.61% | 0.67% | - |
| XYZ | 11.95 | 8.86 | 39.11 | - |
| YUV | 82.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 170 | 0.61 | 0.57 | 0 | 0.33 | 236.5 | 0.43 | 0.46 |
| Hex | 43 | 49 | AA | 3D | 39 | 0 | 21 | ED | 2B | 2E |
| Octal | 103 | 111 | 252 | 75 | 71 | 0 | 41 | 355 | 53 | 56 |
| Binary | 1000011 | 1001001 | 10101010 | 111101 | 111001 | 0 | 100001 | 11101101 | 101011 | 101110 |
Color Harmonies of #4349AA
Complementary color
Monochromatic Colors of #4349AA
Black with #4349AA
Text Example
Text Example
White with #4349AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349AA; }
p { color: rgb(67,73,170); }
H1.HeaderClassName
{
color: #4349AA;
}
.AnyTagClassName
{
color: #4349AA;
}
</style>
background-color css
<style>
a { background-color: #4349AA; }
a { background-color: rgb(67,73,170); }
div.DivClassName
{
background-color: #4349AA;
}
.BgClassName
{
background-color: #4349AA;
}
</style>
border-color css
<style>
span { border-color: #4349AA; }
span { border-color: rgb(67,73,170); }
td.TdClassName
{
border-color: #4349AA;
}
.TagClassName
{
border-color: #4349AA;
}
</style>