Shades of Governor Bay #4347A0
Tints of Governor Bay #4347A0
RGB
CMYK
RGB Variations
Color information
#4347A0 (or 0x4347A0) is known color: Governor Bay. HEX triplet: 43, 47 and A0. RGB value is (67,71,160). Sum of RGB (Red+Green+Blue) = 67+71+160=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #4347A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4347A0 is #BCB85F. Grayscale: #4F4F4F. Windows color (decimal): -12367968 or 10504003. OLE color: 10504003.
HSL color Cylindrical-coordinate representation of color #4347A0: hue angle of 237.42º 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 #4347A0 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 71 | 160 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.37 |
| HSL | 237.42º | 0.41% | 0.45% | - |
| HSV(B) | 237.42º | 0.58% | 0.63% | - |
| XYZ | 10.91 | 8.24 | 34.27 | - |
| YUV | 79.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 160 | 0.58 | 0.56 | 0 | 0.37 | 237.42 | 0.41 | 0.45 |
| Hex | 43 | 47 | A0 | 3A | 38 | 0 | 25 | ED | 29 | 2D |
| Octal | 103 | 107 | 240 | 72 | 70 | 0 | 45 | 355 | 51 | 55 |
| Binary | 1000011 | 1000111 | 10100000 | 111010 | 111000 | 0 | 100101 | 11101101 | 101001 | 101101 |
Color Harmonies of #4347A0
Complementary color
Monochromatic Colors of #4347A0
Black with #4347A0
Text Example
Text Example
White with #4347A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4347A0; }
p { color: rgb(67,71,160); }
H1.HeaderClassName
{
color: #4347A0;
}
.AnyTagClassName
{
color: #4347A0;
}
</style>
background-color css
<style>
a { background-color: #4347A0; }
a { background-color: rgb(67,71,160); }
div.DivClassName
{
background-color: #4347A0;
}
.BgClassName
{
background-color: #4347A0;
}
</style>
border-color css
<style>
span { border-color: #4347A0; }
span { border-color: rgb(67,71,160); }
td.TdClassName
{
border-color: #4347A0;
}
.TagClassName
{
border-color: #4347A0;
}
</style>