Shades of Governor Bay #424B9F
Tints of Governor Bay #424B9F
RGB
CMYK
RGB Variations
Color information
#424B9F (or 0x424B9F) is known color: Governor Bay. HEX triplet: 42, 4B and 9F. RGB value is (66,75,159). Sum of RGB (Red+Green+Blue) = 66+75+159=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #424B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B9F is #BDB460. Grayscale: #515151. Windows color (decimal): -12432481 or 10439490. OLE color: 10439490.
HSL color Cylindrical-coordinate representation of color #424B9F: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #424B9F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 75 | 159 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.38 |
| HSL | 234.19º | 0.41% | 0.44% | - |
| HSV(B) | 234.19º | 0.58% | 0.62% | - |
| XYZ | 11.02 | 8.69 | 33.9 | - |
| YUV | 81.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 159 | 0.58 | 0.53 | 0 | 0.38 | 234.19 | 0.41 | 0.44 |
| Hex | 42 | 4B | 9F | 3A | 35 | 0 | 26 | EA | 29 | 2C |
| Octal | 102 | 113 | 237 | 72 | 65 | 0 | 46 | 352 | 51 | 54 |
| Binary | 1000010 | 1001011 | 10011111 | 111010 | 110101 | 0 | 100110 | 11101010 | 101001 | 101100 |
Color Harmonies of #424B9F
Complementary color
Monochromatic Colors of #424B9F
Black with #424B9F
Text Example
Text Example
White with #424B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B9F; }
p { color: rgb(66,75,159); }
H1.HeaderClassName
{
color: #424B9F;
}
.AnyTagClassName
{
color: #424B9F;
}
</style>
background-color css
<style>
a { background-color: #424B9F; }
a { background-color: rgb(66,75,159); }
div.DivClassName
{
background-color: #424B9F;
}
.BgClassName
{
background-color: #424B9F;
}
</style>
border-color css
<style>
span { border-color: #424B9F; }
span { border-color: rgb(66,75,159); }
td.TdClassName
{
border-color: #424B9F;
}
.TagClassName
{
border-color: #424B9F;
}
</style>