Shades of Governor Bay #424BAB
Tints of Governor Bay #424BAB
RGB
CMYK
RGB Variations
Color information
#424BAB (or 0x424BAB) is known color: Governor Bay. HEX triplet: 42, 4B and AB. RGB value is (66,75,171). Sum of RGB (Red+Green+Blue) = 66+75+171=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #424BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAB is #BDB454. Grayscale: #525252. Windows color (decimal): -12432469 or 11225922. OLE color: 11225922.
HSL color Cylindrical-coordinate representation of color #424BAB: hue angle of 234.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #424BAB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 75 | 171 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.33 |
| HSL | 234.86º | 0.44% | 0.46% | - |
| HSV(B) | 234.86º | 0.61% | 0.67% | - |
| XYZ | 12.11 | 9.13 | 39.65 | - |
| YUV | 83.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 171 | 0.61 | 0.56 | 0 | 0.33 | 234.86 | 0.44 | 0.46 |
| Hex | 42 | 4B | AB | 3D | 38 | 0 | 21 | EB | 2C | 2E |
| Octal | 102 | 113 | 253 | 75 | 70 | 0 | 41 | 353 | 54 | 56 |
| Binary | 1000010 | 1001011 | 10101011 | 111101 | 111000 | 0 | 100001 | 11101011 | 101100 | 101110 |
Color Harmonies of #424BAB
Complementary color
Monochromatic Colors of #424BAB
Black with #424BAB
Text Example
Text Example
White with #424BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BAB; }
p { color: rgb(66,75,171); }
H1.HeaderClassName
{
color: #424BAB;
}
.AnyTagClassName
{
color: #424BAB;
}
</style>
background-color css
<style>
a { background-color: #424BAB; }
a { background-color: rgb(66,75,171); }
div.DivClassName
{
background-color: #424BAB;
}
.BgClassName
{
background-color: #424BAB;
}
</style>
border-color css
<style>
span { border-color: #424BAB; }
span { border-color: rgb(66,75,171); }
td.TdClassName
{
border-color: #424BAB;
}
.TagClassName
{
border-color: #424BAB;
}
</style>