Shades of Governor Bay #423EAD
Tints of Governor Bay #423EAD
RGB
CMYK
RGB Variations
Color information
#423EAD (or 0x423EAD) is known color: Governor Bay. HEX triplet: 42, 3E and AD. RGB value is (66,62,173). Sum of RGB (Red+Green+Blue) = 66+62+173=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #423EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EAD is #BDC152. Grayscale: #4B4B4B. Windows color (decimal): -12435795 or 11353666. OLE color: 11353666.
HSL color Cylindrical-coordinate representation of color #423EAD: hue angle of 242.16º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423EAD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 62 | 173 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.32 |
| HSL | 242.16º | 0.47% | 0.46% | - |
| HSV(B) | 242.16º | 0.64% | 0.68% | - |
| XYZ | 11.51 | 7.62 | 40.4 | - |
| YUV | 75.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 173 | 0.62 | 0.64 | 0 | 0.32 | 242.16 | 0.47 | 0.46 |
| Hex | 42 | 3E | AD | 3E | 40 | 0 | 20 | F2 | 2F | 2E |
| Octal | 102 | 76 | 255 | 76 | 100 | 0 | 40 | 362 | 57 | 56 |
| Binary | 1000010 | 111110 | 10101101 | 111110 | 1000000 | 0 | 100000 | 11110010 | 101111 | 101110 |
Color Harmonies of #423EAD
Complementary color
Monochromatic Colors of #423EAD
Black with #423EAD
Text Example
Text Example
White with #423EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EAD; }
p { color: rgb(66,62,173); }
H1.HeaderClassName
{
color: #423EAD;
}
.AnyTagClassName
{
color: #423EAD;
}
</style>
background-color css
<style>
a { background-color: #423EAD; }
a { background-color: rgb(66,62,173); }
div.DivClassName
{
background-color: #423EAD;
}
.BgClassName
{
background-color: #423EAD;
}
</style>
border-color css
<style>
span { border-color: #423EAD; }
span { border-color: rgb(66,62,173); }
td.TdClassName
{
border-color: #423EAD;
}
.TagClassName
{
border-color: #423EAD;
}
</style>