Shades of Governor Bay #4341AE
Tints of Governor Bay #4341AE
RGB
CMYK
RGB Variations
Color information
#4341AE (or 0x4341AE) is known color: Governor Bay. HEX triplet: 43, 41 and AE. RGB value is (67,65,174). Sum of RGB (Red+Green+Blue) = 67+65+174=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #4341AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4341AE is #BCBE51. Grayscale: #4D4D4D. Windows color (decimal): -12369490 or 11419971. OLE color: 11419971.
HSL color Cylindrical-coordinate representation of color #4341AE: hue angle of 241.1º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4341AE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 65 | 174 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.32 |
| HSL | 241.1º | 0.46% | 0.47% | - |
| HSV(B) | 241.1º | 0.63% | 0.68% | - |
| XYZ | 11.85 | 8.03 | 40.97 | - |
| YUV | 78.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 174 | 0.61 | 0.63 | 0 | 0.32 | 241.1 | 0.46 | 0.47 |
| Hex | 43 | 41 | AE | 3D | 3F | 0 | 20 | F1 | 2E | 2F |
| Octal | 103 | 101 | 256 | 75 | 77 | 0 | 40 | 361 | 56 | 57 |
| Binary | 1000011 | 1000001 | 10101110 | 111101 | 111111 | 0 | 100000 | 11110001 | 101110 | 101111 |
Color Harmonies of #4341AE
Complementary color
Monochromatic Colors of #4341AE
Black with #4341AE
Text Example
Text Example
White with #4341AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341AE; }
p { color: rgb(67,65,174); }
H1.HeaderClassName
{
color: #4341AE;
}
.AnyTagClassName
{
color: #4341AE;
}
</style>
background-color css
<style>
a { background-color: #4341AE; }
a { background-color: rgb(67,65,174); }
div.DivClassName
{
background-color: #4341AE;
}
.BgClassName
{
background-color: #4341AE;
}
</style>
border-color css
<style>
span { border-color: #4341AE; }
span { border-color: rgb(67,65,174); }
td.TdClassName
{
border-color: #4341AE;
}
.TagClassName
{
border-color: #4341AE;
}
</style>