Shades of Governor Bay #424B9B
Tints of Governor Bay #424B9B
RGB
CMYK
RGB Variations
Color information
#424B9B (or 0x424B9B) is known color: Governor Bay. HEX triplet: 42, 4B and 9B. RGB value is (66,75,155). Sum of RGB (Red+Green+Blue) = 66+75+155=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #424B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B9B is #BDB464. Grayscale: #515151. Windows color (decimal): -12432485 or 10177346. OLE color: 10177346.
HSL color Cylindrical-coordinate representation of color #424B9B: hue angle of 233.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424B9B is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 75 | 155 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.39 |
| HSL | 233.93º | 0.4% | 0.43% | - |
| HSV(B) | 233.93º | 0.57% | 0.61% | - |
| XYZ | 10.68 | 8.56 | 32.1 | - |
| YUV | 81.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 155 | 0.57 | 0.52 | 0 | 0.39 | 233.93 | 0.4 | 0.43 |
| Hex | 42 | 4B | 9B | 39 | 34 | 0 | 27 | EA | 28 | 2B |
| Octal | 102 | 113 | 233 | 71 | 64 | 0 | 47 | 352 | 50 | 53 |
| Binary | 1000010 | 1001011 | 10011011 | 111001 | 110100 | 0 | 100111 | 11101010 | 101000 | 101011 |
Color Harmonies of #424B9B
Complementary color
Monochromatic Colors of #424B9B
Black with #424B9B
Text Example
Text Example
White with #424B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B9B; }
p { color: rgb(66,75,155); }
H1.HeaderClassName
{
color: #424B9B;
}
.AnyTagClassName
{
color: #424B9B;
}
</style>
background-color css
<style>
a { background-color: #424B9B; }
a { background-color: rgb(66,75,155); }
div.DivClassName
{
background-color: #424B9B;
}
.BgClassName
{
background-color: #424B9B;
}
</style>
border-color css
<style>
span { border-color: #424B9B; }
span { border-color: rgb(66,75,155); }
td.TdClassName
{
border-color: #424B9B;
}
.TagClassName
{
border-color: #424B9B;
}
</style>