Shades of Governor Bay #424DAD
Tints of Governor Bay #424DAD
RGB
CMYK
RGB Variations
Color information
#424DAD (or 0x424DAD) is known color: Governor Bay. HEX triplet: 42, 4D and AD. RGB value is (66,77,173). Sum of RGB (Red+Green+Blue) = 66+77+173=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #424DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAD is #BDB252. Grayscale: #545454. Windows color (decimal): -12431955 or 11357506. OLE color: 11357506.
HSL color Cylindrical-coordinate representation of color #424DAD: hue angle of 233.83º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424DAD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 77 | 173 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.32 |
| HSL | 233.83º | 0.45% | 0.47% | - |
| HSV(B) | 233.83º | 0.62% | 0.68% | - |
| XYZ | 12.44 | 9.48 | 40.71 | - |
| YUV | 84.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 173 | 0.62 | 0.55 | 0 | 0.32 | 233.83 | 0.45 | 0.47 |
| Hex | 42 | 4D | AD | 3E | 37 | 0 | 20 | EA | 2D | 2F |
| Octal | 102 | 115 | 255 | 76 | 67 | 0 | 40 | 352 | 55 | 57 |
| Binary | 1000010 | 1001101 | 10101101 | 111110 | 110111 | 0 | 100000 | 11101010 | 101101 | 101111 |
Color Harmonies of #424DAD
Complementary color
Monochromatic Colors of #424DAD
Black with #424DAD
Text Example
Text Example
White with #424DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DAD; }
p { color: rgb(66,77,173); }
H1.HeaderClassName
{
color: #424DAD;
}
.AnyTagClassName
{
color: #424DAD;
}
</style>
background-color css
<style>
a { background-color: #424DAD; }
a { background-color: rgb(66,77,173); }
div.DivClassName
{
background-color: #424DAD;
}
.BgClassName
{
background-color: #424DAD;
}
</style>
border-color css
<style>
span { border-color: #424DAD; }
span { border-color: rgb(66,77,173); }
td.TdClassName
{
border-color: #424DAD;
}
.TagClassName
{
border-color: #424DAD;
}
</style>