Shades of Port Gore #41466E
Tints of Port Gore #41466E
RGB
CMYK
RGB Variations
Color information
#41466E (or 0x41466E) is known color: Port Gore. HEX triplet: 41, 46 and 6E. RGB value is (65,70,110). Sum of RGB (Red+Green+Blue) = 65+70+110=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #41466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41466E is #BEB991. Grayscale: #484848. Windows color (decimal): -12499346 or 7226945. OLE color: 7226945.
HSL color Cylindrical-coordinate representation of color #41466E: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41466E is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 70 | 110 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.57 |
| HSL | 233.33º | 0.26% | 0.34% | - |
| HSV(B) | 233.33º | 0.41% | 0.43% | - |
| XYZ | 7.18 | 6.63 | 15.65 | - |
| YUV | 73.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 110 | 0.41 | 0.36 | 0 | 0.57 | 233.33 | 0.26 | 0.34 |
| Hex | 41 | 46 | 6E | 29 | 24 | 0 | 39 | E9 | 1A | 22 |
| Octal | 101 | 106 | 156 | 51 | 44 | 0 | 71 | 351 | 32 | 42 |
| Binary | 1000001 | 1000110 | 1101110 | 101001 | 100100 | 0 | 111001 | 11101001 | 11010 | 100010 |
Color Harmonies of #41466E
Complementary color
Monochromatic Colors of #41466E
Black with #41466E
Text Example
Text Example
White with #41466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41466E; }
p { color: rgb(65,70,110); }
H1.HeaderClassName
{
color: #41466E;
}
.AnyTagClassName
{
color: #41466E;
}
</style>
background-color css
<style>
a { background-color: #41466E; }
a { background-color: rgb(65,70,110); }
div.DivClassName
{
background-color: #41466E;
}
.BgClassName
{
background-color: #41466E;
}
</style>
border-color css
<style>
span { border-color: #41466E; }
span { border-color: rgb(65,70,110); }
td.TdClassName
{
border-color: #41466E;
}
.TagClassName
{
border-color: #41466E;
}
</style>