Shades of Governor Bay #423FAD
Tints of Governor Bay #423FAD
RGB
CMYK
RGB Variations
Color information
#423FAD (or 0x423FAD) is known color: Governor Bay. HEX triplet: 42, 3F and AD. RGB value is (66,63,173). Sum of RGB (Red+Green+Blue) = 66+63+173=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #423FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FAD is #BDC052. Grayscale: #4C4C4C. Windows color (decimal): -12435539 or 11353922. OLE color: 11353922.
HSL color Cylindrical-coordinate representation of color #423FAD: hue angle of 241.64º 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 #423FAD is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 63 | 173 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.32 |
| HSL | 241.64º | 0.47% | 0.46% | - |
| HSV(B) | 241.64º | 0.64% | 0.68% | - |
| XYZ | 11.57 | 7.73 | 40.42 | - |
| YUV | 76.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 173 | 0.62 | 0.64 | 0 | 0.32 | 241.64 | 0.47 | 0.46 |
| Hex | 42 | 3F | AD | 3E | 40 | 0 | 20 | F2 | 2F | 2E |
| Octal | 102 | 77 | 255 | 76 | 100 | 0 | 40 | 362 | 57 | 56 |
| Binary | 1000010 | 111111 | 10101101 | 111110 | 1000000 | 0 | 100000 | 11110010 | 101111 | 101110 |
Color Harmonies of #423FAD
Complementary color
Monochromatic Colors of #423FAD
Black with #423FAD
Text Example
Text Example
White with #423FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FAD; }
p { color: rgb(66,63,173); }
H1.HeaderClassName
{
color: #423FAD;
}
.AnyTagClassName
{
color: #423FAD;
}
</style>
background-color css
<style>
a { background-color: #423FAD; }
a { background-color: rgb(66,63,173); }
div.DivClassName
{
background-color: #423FAD;
}
.BgClassName
{
background-color: #423FAD;
}
</style>
border-color css
<style>
span { border-color: #423FAD; }
span { border-color: rgb(66,63,173); }
td.TdClassName
{
border-color: #423FAD;
}
.TagClassName
{
border-color: #423FAD;
}
</style>