Shades of Governor Bay #4349A0
Tints of Governor Bay #4349A0
RGB
CMYK
RGB Variations
Color information
#4349A0 (or 0x4349A0) is known color: Governor Bay. HEX triplet: 43, 49 and A0. RGB value is (67,73,160). Sum of RGB (Red+Green+Blue) = 67+73+160=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #4349A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4349A0 is #BCB65F. Grayscale: #505050. Windows color (decimal): -12367456 or 10504515. OLE color: 10504515.
HSL color Cylindrical-coordinate representation of color #4349A0: hue angle of 236.13º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4349A0 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 73 | 160 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.37 |
| HSL | 236.13º | 0.41% | 0.45% | - |
| HSV(B) | 236.13º | 0.58% | 0.63% | - |
| XYZ | 11.04 | 8.5 | 34.32 | - |
| YUV | 81.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 160 | 0.58 | 0.54 | 0 | 0.37 | 236.13 | 0.41 | 0.45 |
| Hex | 43 | 49 | A0 | 3A | 36 | 0 | 25 | EC | 29 | 2D |
| Octal | 103 | 111 | 240 | 72 | 66 | 0 | 45 | 354 | 51 | 55 |
| Binary | 1000011 | 1001001 | 10100000 | 111010 | 110110 | 0 | 100101 | 11101100 | 101001 | 101101 |
Color Harmonies of #4349A0
Complementary color
Monochromatic Colors of #4349A0
Black with #4349A0
Text Example
Text Example
White with #4349A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349A0; }
p { color: rgb(67,73,160); }
H1.HeaderClassName
{
color: #4349A0;
}
.AnyTagClassName
{
color: #4349A0;
}
</style>
background-color css
<style>
a { background-color: #4349A0; }
a { background-color: rgb(67,73,160); }
div.DivClassName
{
background-color: #4349A0;
}
.BgClassName
{
background-color: #4349A0;
}
</style>
border-color css
<style>
span { border-color: #4349A0; }
span { border-color: rgb(67,73,160); }
td.TdClassName
{
border-color: #4349A0;
}
.TagClassName
{
border-color: #4349A0;
}
</style>