Shades of Governor Bay #423FAC
Tints of Governor Bay #423FAC
RGB
CMYK
RGB Variations
Color information
#423FAC (or 0x423FAC) is known color: Governor Bay. HEX triplet: 42, 3F and AC. RGB value is (66,63,172). Sum of RGB (Red+Green+Blue) = 66+63+172=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #423FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FAC is #BDC053. Grayscale: #4B4B4B. Windows color (decimal): -12435540 or 11288386. OLE color: 11288386.
HSL color Cylindrical-coordinate representation of color #423FAC: hue angle of 241.65º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423FAC is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 63 | 172 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.33 |
| HSL | 241.65º | 0.46% | 0.46% | - |
| HSV(B) | 241.65º | 0.63% | 0.67% | - |
| XYZ | 11.47 | 7.69 | 39.91 | - |
| YUV | 76.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 172 | 0.62 | 0.63 | 0 | 0.33 | 241.65 | 0.46 | 0.46 |
| Hex | 42 | 3F | AC | 3E | 3F | 0 | 21 | F2 | 2E | 2E |
| Octal | 102 | 77 | 254 | 76 | 77 | 0 | 41 | 362 | 56 | 56 |
| Binary | 1000010 | 111111 | 10101100 | 111110 | 111111 | 0 | 100001 | 11110010 | 101110 | 101110 |
Color Harmonies of #423FAC
Complementary color
Monochromatic Colors of #423FAC
Black with #423FAC
Text Example
Text Example
White with #423FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FAC; }
p { color: rgb(66,63,172); }
H1.HeaderClassName
{
color: #423FAC;
}
.AnyTagClassName
{
color: #423FAC;
}
</style>
background-color css
<style>
a { background-color: #423FAC; }
a { background-color: rgb(66,63,172); }
div.DivClassName
{
background-color: #423FAC;
}
.BgClassName
{
background-color: #423FAC;
}
</style>
border-color css
<style>
span { border-color: #423FAC; }
span { border-color: rgb(66,63,172); }
td.TdClassName
{
border-color: #423FAC;
}
.TagClassName
{
border-color: #423FAC;
}
</style>