Shades of Governor Bay #4149AA
Tints of Governor Bay #4149AA
RGB
CMYK
RGB Variations
Color information
#4149AA (or 0x4149AA) is known color: Governor Bay. HEX triplet: 41, 49 and AA. RGB value is (65,73,170). Sum of RGB (Red+Green+Blue) = 65+73+170=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #4149AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4149AA is #BEB655. Grayscale: #515151. Windows color (decimal): -12498518 or 11159873. OLE color: 11159873.
HSL color Cylindrical-coordinate representation of color #4149AA: hue angle of 235.43º 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 #4149AA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 73 | 170 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.33 |
| HSL | 235.43º | 0.45% | 0.46% | - |
| HSV(B) | 235.43º | 0.62% | 0.67% | - |
| XYZ | 11.82 | 8.79 | 39.1 | - |
| YUV | 81.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 170 | 0.62 | 0.57 | 0 | 0.33 | 235.43 | 0.45 | 0.46 |
| Hex | 41 | 49 | AA | 3E | 39 | 0 | 21 | EB | 2D | 2E |
| Octal | 101 | 111 | 252 | 76 | 71 | 0 | 41 | 353 | 55 | 56 |
| Binary | 1000001 | 1001001 | 10101010 | 111110 | 111001 | 0 | 100001 | 11101011 | 101101 | 101110 |
Color Harmonies of #4149AA
Complementary color
Monochromatic Colors of #4149AA
Black with #4149AA
Text Example
Text Example
White with #4149AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4149AA; }
p { color: rgb(65,73,170); }
H1.HeaderClassName
{
color: #4149AA;
}
.AnyTagClassName
{
color: #4149AA;
}
</style>
background-color css
<style>
a { background-color: #4149AA; }
a { background-color: rgb(65,73,170); }
div.DivClassName
{
background-color: #4149AA;
}
.BgClassName
{
background-color: #4149AA;
}
</style>
border-color css
<style>
span { border-color: #4149AA; }
span { border-color: rgb(65,73,170); }
td.TdClassName
{
border-color: #4149AA;
}
.TagClassName
{
border-color: #4149AA;
}
</style>