Shades of Governor Bay #424B93
Tints of Governor Bay #424B93
RGB
CMYK
RGB Variations
Color information
#424B93 (or 0x424B93) is known color: Governor Bay. HEX triplet: 42, 4B and 93. RGB value is (66,75,147). Sum of RGB (Red+Green+Blue) = 66+75+147=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #424B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B93 is #BDB46C. Grayscale: #505050. Windows color (decimal): -12432493 or 9653058. OLE color: 9653058.
HSL color Cylindrical-coordinate representation of color #424B93: hue angle of 233.33º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424B93 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 75 | 147 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.42 |
| HSL | 233.33º | 0.38% | 0.42% | - |
| HSV(B) | 233.33º | 0.55% | 0.58% | - |
| XYZ | 10.03 | 8.3 | 28.68 | - |
| YUV | 80.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 147 | 0.55 | 0.49 | 0 | 0.42 | 233.33 | 0.38 | 0.42 |
| Hex | 42 | 4B | 93 | 37 | 31 | 0 | 2A | E9 | 26 | 2A |
| Octal | 102 | 113 | 223 | 67 | 61 | 0 | 52 | 351 | 46 | 52 |
| Binary | 1000010 | 1001011 | 10010011 | 110111 | 110001 | 0 | 101010 | 11101001 | 100110 | 101010 |
Color Harmonies of #424B93
Complementary color
Monochromatic Colors of #424B93
Black with #424B93
Text Example
Text Example
White with #424B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B93; }
p { color: rgb(66,75,147); }
H1.HeaderClassName
{
color: #424B93;
}
.AnyTagClassName
{
color: #424B93;
}
</style>
background-color css
<style>
a { background-color: #424B93; }
a { background-color: rgb(66,75,147); }
div.DivClassName
{
background-color: #424B93;
}
.BgClassName
{
background-color: #424B93;
}
</style>
border-color css
<style>
span { border-color: #424B93; }
span { border-color: rgb(66,75,147); }
td.TdClassName
{
border-color: #424B93;
}
.TagClassName
{
border-color: #424B93;
}
</style>