Shades of Governor Bay #414C9B
Tints of Governor Bay #414C9B
RGB
CMYK
RGB Variations
Color information
#414C9B (or 0x414C9B) is known color: Governor Bay. HEX triplet: 41, 4C and 9B. RGB value is (65,76,155). Sum of RGB (Red+Green+Blue) = 65+76+155=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #414C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C9B is #BEB364. Grayscale: #515151. Windows color (decimal): -12497765 or 10177601. OLE color: 10177601.
HSL color Cylindrical-coordinate representation of color #414C9B: hue angle of 232.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414C9B is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 76 | 155 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.39 |
| HSL | 232.67º | 0.41% | 0.43% | - |
| HSV(B) | 232.67º | 0.58% | 0.61% | - |
| XYZ | 10.68 | 8.66 | 32.12 | - |
| YUV | 81.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 155 | 0.58 | 0.51 | 0 | 0.39 | 232.67 | 0.41 | 0.43 |
| Hex | 41 | 4C | 9B | 3A | 33 | 0 | 27 | E9 | 29 | 2B |
| Octal | 101 | 114 | 233 | 72 | 63 | 0 | 47 | 351 | 51 | 53 |
| Binary | 1000001 | 1001100 | 10011011 | 111010 | 110011 | 0 | 100111 | 11101001 | 101001 | 101011 |
Color Harmonies of #414C9B
Complementary color
Monochromatic Colors of #414C9B
Black with #414C9B
Text Example
Text Example
White with #414C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C9B; }
p { color: rgb(65,76,155); }
H1.HeaderClassName
{
color: #414C9B;
}
.AnyTagClassName
{
color: #414C9B;
}
</style>
background-color css
<style>
a { background-color: #414C9B; }
a { background-color: rgb(65,76,155); }
div.DivClassName
{
background-color: #414C9B;
}
.BgClassName
{
background-color: #414C9B;
}
</style>
border-color css
<style>
span { border-color: #414C9B; }
span { border-color: rgb(65,76,155); }
td.TdClassName
{
border-color: #414C9B;
}
.TagClassName
{
border-color: #414C9B;
}
</style>