Shades of Governor Bay #4140AF
Tints of Governor Bay #4140AF
RGB
CMYK
RGB Variations
Color information
#4140AF (or 0x4140AF) is known color: Governor Bay. HEX triplet: 41, 40 and AF. RGB value is (65,64,175). Sum of RGB (Red+Green+Blue) = 65+64+175=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #4140AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4140AF is #BEBF50. Grayscale: #4C4C4C. Windows color (decimal): -12500817 or 11485249. OLE color: 11485249.
HSL color Cylindrical-coordinate representation of color #4140AF: hue angle of 240.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4140AF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 64 | 175 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.31 |
| HSL | 240.54º | 0.46% | 0.47% | - |
| HSV(B) | 240.54º | 0.63% | 0.69% | - |
| XYZ | 11.75 | 7.89 | 41.46 | - |
| YUV | 76.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 175 | 0.63 | 0.63 | 0 | 0.31 | 240.54 | 0.46 | 0.47 |
| Hex | 41 | 40 | AF | 3F | 3F | 0 | 1F | F1 | 2E | 2F |
| Octal | 101 | 100 | 257 | 77 | 77 | 0 | 37 | 361 | 56 | 57 |
| Binary | 1000001 | 1000000 | 10101111 | 111111 | 111111 | 0 | 11111 | 11110001 | 101110 | 101111 |
Color Harmonies of #4140AF
Complementary color
Monochromatic Colors of #4140AF
Black with #4140AF
Text Example
Text Example
White with #4140AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4140AF; }
p { color: rgb(65,64,175); }
H1.HeaderClassName
{
color: #4140AF;
}
.AnyTagClassName
{
color: #4140AF;
}
</style>
background-color css
<style>
a { background-color: #4140AF; }
a { background-color: rgb(65,64,175); }
div.DivClassName
{
background-color: #4140AF;
}
.BgClassName
{
background-color: #4140AF;
}
</style>
border-color css
<style>
span { border-color: #4140AF; }
span { border-color: rgb(65,64,175); }
td.TdClassName
{
border-color: #4140AF;
}
.TagClassName
{
border-color: #4140AF;
}
</style>