Shades of Governor Bay #4441AD
Tints of Governor Bay #4441AD
RGB
CMYK
RGB Variations
Color information
#4441AD (or 0x4441AD) is known color: Governor Bay. HEX triplet: 44, 41 and AD. RGB value is (68,65,173). Sum of RGB (Red+Green+Blue) = 68+65+173=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #4441AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441AD is #BBBE52. Grayscale: #4D4D4D. Windows color (decimal): -12303955 or 11354436. OLE color: 11354436.
HSL color Cylindrical-coordinate representation of color #4441AD: hue angle of 241.67º 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 #4441AD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 65 | 173 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.32 |
| HSL | 241.67º | 0.45% | 0.47% | - |
| HSV(B) | 241.67º | 0.62% | 0.68% | - |
| XYZ | 11.82 | 8.03 | 40.46 | - |
| YUV | 78.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 173 | 0.61 | 0.62 | 0 | 0.32 | 241.67 | 0.45 | 0.47 |
| Hex | 44 | 41 | AD | 3D | 3E | 0 | 20 | F2 | 2D | 2F |
| Octal | 104 | 101 | 255 | 75 | 76 | 0 | 40 | 362 | 55 | 57 |
| Binary | 1000100 | 1000001 | 10101101 | 111101 | 111110 | 0 | 100000 | 11110010 | 101101 | 101111 |
Color Harmonies of #4441AD
Complementary color
Monochromatic Colors of #4441AD
Black with #4441AD
Text Example
Text Example
White with #4441AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441AD; }
p { color: rgb(68,65,173); }
H1.HeaderClassName
{
color: #4441AD;
}
.AnyTagClassName
{
color: #4441AD;
}
</style>
background-color css
<style>
a { background-color: #4441AD; }
a { background-color: rgb(68,65,173); }
div.DivClassName
{
background-color: #4441AD;
}
.BgClassName
{
background-color: #4441AD;
}
</style>
border-color css
<style>
span { border-color: #4441AD; }
span { border-color: rgb(68,65,173); }
td.TdClassName
{
border-color: #4441AD;
}
.TagClassName
{
border-color: #4441AD;
}
</style>