Shades of Governor Bay #4142AB
Tints of Governor Bay #4142AB
RGB
CMYK
RGB Variations
Color information
#4142AB (or 0x4142AB) is known color: Governor Bay. HEX triplet: 41, 42 and AB. RGB value is (65,66,171). Sum of RGB (Red+Green+Blue) = 65+66+171=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #4142AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4142AB is #BEBD54. Grayscale: #4D4D4D. Windows color (decimal): -12500309 or 11223617. OLE color: 11223617.
HSL color Cylindrical-coordinate representation of color #4142AB: hue angle of 239.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 #4142AB is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 66 | 171 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.33 |
| HSL | 239.43º | 0.45% | 0.46% | - |
| HSV(B) | 239.43º | 0.62% | 0.67% | - |
| XYZ | 11.48 | 7.96 | 39.46 | - |
| YUV | 77.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 171 | 0.62 | 0.61 | 0 | 0.33 | 239.43 | 0.45 | 0.46 |
| Hex | 41 | 42 | AB | 3E | 3D | 0 | 21 | EF | 2D | 2E |
| Octal | 101 | 102 | 253 | 76 | 75 | 0 | 41 | 357 | 55 | 56 |
| Binary | 1000001 | 1000010 | 10101011 | 111110 | 111101 | 0 | 100001 | 11101111 | 101101 | 101110 |
Color Harmonies of #4142AB
Complementary color
Monochromatic Colors of #4142AB
Black with #4142AB
Text Example
Text Example
White with #4142AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142AB; }
p { color: rgb(65,66,171); }
H1.HeaderClassName
{
color: #4142AB;
}
.AnyTagClassName
{
color: #4142AB;
}
</style>
background-color css
<style>
a { background-color: #4142AB; }
a { background-color: rgb(65,66,171); }
div.DivClassName
{
background-color: #4142AB;
}
.BgClassName
{
background-color: #4142AB;
}
</style>
border-color css
<style>
span { border-color: #4142AB; }
span { border-color: rgb(65,66,171); }
td.TdClassName
{
border-color: #4142AB;
}
.TagClassName
{
border-color: #4142AB;
}
</style>