Shades of Governor Bay #4244AD
Tints of Governor Bay #4244AD
RGB
CMYK
RGB Variations
Color information
#4244AD (or 0x4244AD) is known color: Governor Bay. HEX triplet: 42, 44 and AD. RGB value is (66,68,173). Sum of RGB (Red+Green+Blue) = 66+68+173=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #4244AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4244AD is #BDBB52. Grayscale: #4E4E4E. Windows color (decimal): -12434259 or 11355202. OLE color: 11355202.
HSL color Cylindrical-coordinate representation of color #4244AD: hue angle of 238.88º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4244AD is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 68 | 173 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.32 |
| HSL | 238.88º | 0.45% | 0.47% | - |
| HSV(B) | 238.88º | 0.62% | 0.68% | - |
| XYZ | 11.86 | 8.31 | 40.51 | - |
| YUV | 79.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 173 | 0.62 | 0.61 | 0 | 0.32 | 238.88 | 0.45 | 0.47 |
| Hex | 42 | 44 | AD | 3E | 3D | 0 | 20 | EF | 2D | 2F |
| Octal | 102 | 104 | 255 | 76 | 75 | 0 | 40 | 357 | 55 | 57 |
| Binary | 1000010 | 1000100 | 10101101 | 111110 | 111101 | 0 | 100000 | 11101111 | 101101 | 101111 |
Color Harmonies of #4244AD
Complementary color
Monochromatic Colors of #4244AD
Black with #4244AD
Text Example
Text Example
White with #4244AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4244AD; }
p { color: rgb(66,68,173); }
H1.HeaderClassName
{
color: #4244AD;
}
.AnyTagClassName
{
color: #4244AD;
}
</style>
background-color css
<style>
a { background-color: #4244AD; }
a { background-color: rgb(66,68,173); }
div.DivClassName
{
background-color: #4244AD;
}
.BgClassName
{
background-color: #4244AD;
}
</style>
border-color css
<style>
span { border-color: #4244AD; }
span { border-color: rgb(66,68,173); }
td.TdClassName
{
border-color: #4244AD;
}
.TagClassName
{
border-color: #4244AD;
}
</style>