Shades of Governor Bay #4141AA
Tints of Governor Bay #4141AA
RGB
CMYK
RGB Variations
Color information
#4141AA (or 0x4141AA) is known color: Governor Bay. HEX triplet: 41, 41 and AA. RGB value is (65,65,170). Sum of RGB (Red+Green+Blue) = 65+65+170=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #4141AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4141AA is #BEBE55. Grayscale: #4C4C4C. Windows color (decimal): -12500566 or 11157825. OLE color: 11157825.
HSL color Cylindrical-coordinate representation of color #4141AA: hue angle of 240º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4141AA is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 65 | 170 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.33 |
| HSL | 240º | 0.45% | 0.46% | - |
| HSV(B) | 240º | 0.62% | 0.67% | - |
| XYZ | 11.33 | 7.81 | 38.94 | - |
| YUV | 76.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 170 | 0.62 | 0.62 | 0 | 0.33 | 240 | 0.45 | 0.46 |
| Hex | 41 | 41 | AA | 3E | 3E | 0 | 21 | F0 | 2D | 2E |
| Octal | 101 | 101 | 252 | 76 | 76 | 0 | 41 | 360 | 55 | 56 |
| Binary | 1000001 | 1000001 | 10101010 | 111110 | 111110 | 0 | 100001 | 11110000 | 101101 | 101110 |
Color Harmonies of #4141AA
Complementary color
Monochromatic Colors of #4141AA
Black with #4141AA
Text Example
Text Example
White with #4141AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141AA; }
p { color: rgb(65,65,170); }
H1.HeaderClassName
{
color: #4141AA;
}
.AnyTagClassName
{
color: #4141AA;
}
</style>
background-color css
<style>
a { background-color: #4141AA; }
a { background-color: rgb(65,65,170); }
div.DivClassName
{
background-color: #4141AA;
}
.BgClassName
{
background-color: #4141AA;
}
</style>
border-color css
<style>
span { border-color: #4141AA; }
span { border-color: rgb(65,65,170); }
td.TdClassName
{
border-color: #4141AA;
}
.TagClassName
{
border-color: #4141AA;
}
</style>