Shades of Governor Bay #424B92
Tints of Governor Bay #424B92
RGB
CMYK
RGB Variations
Color information
#424B92 (or 0x424B92) is known color: Governor Bay. HEX triplet: 42, 4B and 92. RGB value is (66,75,146). Sum of RGB (Red+Green+Blue) = 66+75+146=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #424B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B92 is #BDB46D. Grayscale: #505050. Windows color (decimal): -12432494 or 9587522. OLE color: 9587522.
HSL color Cylindrical-coordinate representation of color #424B92: hue angle of 233.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424B92 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 75 | 146 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.43 |
| HSL | 233.25º | 0.38% | 0.42% | - |
| HSV(B) | 233.25º | 0.55% | 0.57% | - |
| XYZ | 9.95 | 8.27 | 28.27 | - |
| YUV | 80.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 146 | 0.55 | 0.49 | 0 | 0.43 | 233.25 | 0.38 | 0.42 |
| Hex | 42 | 4B | 92 | 37 | 31 | 0 | 2B | E9 | 26 | 2A |
| Octal | 102 | 113 | 222 | 67 | 61 | 0 | 53 | 351 | 46 | 52 |
| Binary | 1000010 | 1001011 | 10010010 | 110111 | 110001 | 0 | 101011 | 11101001 | 100110 | 101010 |
Color Harmonies of #424B92
Complementary color
Monochromatic Colors of #424B92
Black with #424B92
Text Example
Text Example
White with #424B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B92; }
p { color: rgb(66,75,146); }
H1.HeaderClassName
{
color: #424B92;
}
.AnyTagClassName
{
color: #424B92;
}
</style>
background-color css
<style>
a { background-color: #424B92; }
a { background-color: rgb(66,75,146); }
div.DivClassName
{
background-color: #424B92;
}
.BgClassName
{
background-color: #424B92;
}
</style>
border-color css
<style>
span { border-color: #424B92; }
span { border-color: rgb(66,75,146); }
td.TdClassName
{
border-color: #424B92;
}
.TagClassName
{
border-color: #424B92;
}
</style>