Shades of Governor Bay #41439F
Tints of Governor Bay #41439F
RGB
CMYK
RGB Variations
Color information
#41439F (or 0x41439F) is known color: Governor Bay. HEX triplet: 41, 43 and 9F. RGB value is (65,67,159). Sum of RGB (Red+Green+Blue) = 65+67+159=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #41439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41439F is #BEBC60. Grayscale: #4C4C4C. Windows color (decimal): -12500065 or 10437441. OLE color: 10437441.
HSL color Cylindrical-coordinate representation of color #41439F: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41439F is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 67 | 159 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.38 |
| HSL | 238.72º | 0.42% | 0.44% | - |
| HSV(B) | 238.72º | 0.59% | 0.62% | - |
| XYZ | 10.45 | 7.64 | 33.73 | - |
| YUV | 76.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 159 | 0.59 | 0.58 | 0 | 0.38 | 238.72 | 0.42 | 0.44 |
| Hex | 41 | 43 | 9F | 3B | 3A | 0 | 26 | EF | 2A | 2C |
| Octal | 101 | 103 | 237 | 73 | 72 | 0 | 46 | 357 | 52 | 54 |
| Binary | 1000001 | 1000011 | 10011111 | 111011 | 111010 | 0 | 100110 | 11101111 | 101010 | 101100 |
Color Harmonies of #41439F
Complementary color
Monochromatic Colors of #41439F
Black with #41439F
Text Example
Text Example
White with #41439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41439F; }
p { color: rgb(65,67,159); }
H1.HeaderClassName
{
color: #41439F;
}
.AnyTagClassName
{
color: #41439F;
}
</style>
background-color css
<style>
a { background-color: #41439F; }
a { background-color: rgb(65,67,159); }
div.DivClassName
{
background-color: #41439F;
}
.BgClassName
{
background-color: #41439F;
}
</style>
border-color css
<style>
span { border-color: #41439F; }
span { border-color: rgb(65,67,159); }
td.TdClassName
{
border-color: #41439F;
}
.TagClassName
{
border-color: #41439F;
}
</style>