Shades of Governor Bay #4440AE
Tints of Governor Bay #4440AE
RGB
CMYK
RGB Variations
Color information
#4440AE (or 0x4440AE) is known color: Governor Bay. HEX triplet: 44, 40 and AE. RGB value is (68,64,174). Sum of RGB (Red+Green+Blue) = 68+64+174=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #4440AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4440AE is #BBBF51. Grayscale: #4D4D4D. Windows color (decimal): -12304210 or 11419716. OLE color: 11419716.
HSL color Cylindrical-coordinate representation of color #4440AE: hue angle of 242.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4440AE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 64 | 174 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.32 |
| HSL | 242.18º | 0.46% | 0.47% | - |
| HSV(B) | 242.18º | 0.63% | 0.68% | - |
| XYZ | 11.86 | 7.95 | 40.95 | - |
| YUV | 77.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 174 | 0.61 | 0.63 | 0 | 0.32 | 242.18 | 0.46 | 0.47 |
| Hex | 44 | 40 | AE | 3D | 3F | 0 | 20 | F2 | 2E | 2F |
| Octal | 104 | 100 | 256 | 75 | 77 | 0 | 40 | 362 | 56 | 57 |
| Binary | 1000100 | 1000000 | 10101110 | 111101 | 111111 | 0 | 100000 | 11110010 | 101110 | 101111 |
Color Harmonies of #4440AE
Complementary color
Monochromatic Colors of #4440AE
Black with #4440AE
Text Example
Text Example
White with #4440AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440AE; }
p { color: rgb(68,64,174); }
H1.HeaderClassName
{
color: #4440AE;
}
.AnyTagClassName
{
color: #4440AE;
}
</style>
background-color css
<style>
a { background-color: #4440AE; }
a { background-color: rgb(68,64,174); }
div.DivClassName
{
background-color: #4440AE;
}
.BgClassName
{
background-color: #4440AE;
}
</style>
border-color css
<style>
span { border-color: #4440AE; }
span { border-color: rgb(68,64,174); }
td.TdClassName
{
border-color: #4440AE;
}
.TagClassName
{
border-color: #4440AE;
}
</style>