Shades of Governor Bay #423FAF
Tints of Governor Bay #423FAF
RGB
CMYK
RGB Variations
Color information
#423FAF (or 0x423FAF) is known color: Governor Bay. HEX triplet: 42, 3F and AF. RGB value is (66,63,175). Sum of RGB (Red+Green+Blue) = 66+63+175=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #423FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FAF is #BDC050. Grayscale: #4C4C4C. Windows color (decimal): -12435537 or 11484994. OLE color: 11484994.
HSL color Cylindrical-coordinate representation of color #423FAF: hue angle of 241.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423FAF is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 63 | 175 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.31 |
| HSL | 241.61º | 0.47% | 0.47% | - |
| HSV(B) | 241.61º | 0.64% | 0.69% | - |
| XYZ | 11.76 | 7.81 | 41.44 | - |
| YUV | 76.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 175 | 0.62 | 0.64 | 0 | 0.31 | 241.61 | 0.47 | 0.47 |
| Hex | 42 | 3F | AF | 3E | 40 | 0 | 1F | F2 | 2F | 2F |
| Octal | 102 | 77 | 257 | 76 | 100 | 0 | 37 | 362 | 57 | 57 |
| Binary | 1000010 | 111111 | 10101111 | 111110 | 1000000 | 0 | 11111 | 11110010 | 101111 | 101111 |
Color Harmonies of #423FAF
Complementary color
Monochromatic Colors of #423FAF
Black with #423FAF
Text Example
Text Example
White with #423FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FAF; }
p { color: rgb(66,63,175); }
H1.HeaderClassName
{
color: #423FAF;
}
.AnyTagClassName
{
color: #423FAF;
}
</style>
background-color css
<style>
a { background-color: #423FAF; }
a { background-color: rgb(66,63,175); }
div.DivClassName
{
background-color: #423FAF;
}
.BgClassName
{
background-color: #423FAF;
}
</style>
border-color css
<style>
span { border-color: #423FAF; }
span { border-color: rgb(66,63,175); }
td.TdClassName
{
border-color: #423FAF;
}
.TagClassName
{
border-color: #423FAF;
}
</style>