Shades of Governor Bay #4442AE
Tints of Governor Bay #4442AE
RGB
CMYK
RGB Variations
Color information
#4442AE (or 0x4442AE) is known color: Governor Bay. HEX triplet: 44, 42 and AE. RGB value is (68,66,174). Sum of RGB (Red+Green+Blue) = 68+66+174=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #4442AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4442AE is #BBBD51. Grayscale: #4E4E4E. Windows color (decimal): -12303698 or 11420228. OLE color: 11420228.
HSL color Cylindrical-coordinate representation of color #4442AE: hue angle of 241.11º 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 #4442AE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 66 | 174 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.32 |
| HSL | 241.11º | 0.45% | 0.47% | - |
| HSV(B) | 241.11º | 0.62% | 0.68% | - |
| XYZ | 11.97 | 8.18 | 40.99 | - |
| YUV | 78.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 174 | 0.61 | 0.62 | 0 | 0.32 | 241.11 | 0.45 | 0.47 |
| Hex | 44 | 42 | AE | 3D | 3E | 0 | 20 | F1 | 2D | 2F |
| Octal | 104 | 102 | 256 | 75 | 76 | 0 | 40 | 361 | 55 | 57 |
| Binary | 1000100 | 1000010 | 10101110 | 111101 | 111110 | 0 | 100000 | 11110001 | 101101 | 101111 |
Color Harmonies of #4442AE
Complementary color
Monochromatic Colors of #4442AE
Black with #4442AE
Text Example
Text Example
White with #4442AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4442AE; }
p { color: rgb(68,66,174); }
H1.HeaderClassName
{
color: #4442AE;
}
.AnyTagClassName
{
color: #4442AE;
}
</style>
background-color css
<style>
a { background-color: #4442AE; }
a { background-color: rgb(68,66,174); }
div.DivClassName
{
background-color: #4442AE;
}
.BgClassName
{
background-color: #4442AE;
}
</style>
border-color css
<style>
span { border-color: #4442AE; }
span { border-color: rgb(68,66,174); }
td.TdClassName
{
border-color: #4442AE;
}
.TagClassName
{
border-color: #4442AE;
}
</style>