Shades of Port Gore #41486D
Tints of Port Gore #41486D
RGB
CMYK
RGB Variations
Color information
#41486D (or 0x41486D) is known color: Port Gore. HEX triplet: 41, 48 and 6D. RGB value is (65,72,109). Sum of RGB (Red+Green+Blue) = 65+72+109=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #41486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41486D is #BEB792. Grayscale: #494949. Windows color (decimal): -12498835 or 7161921. OLE color: 7161921.
HSL color Cylindrical-coordinate representation of color #41486D: hue angle of 230.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41486D is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 72 | 109 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.57 |
| HSL | 230.45º | 0.25% | 0.34% | - |
| HSV(B) | 230.45º | 0.4% | 0.43% | - |
| XYZ | 7.26 | 6.86 | 15.41 | - |
| YUV | 74.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 109 | 0.40 | 0.34 | 0 | 0.57 | 230.45 | 0.25 | 0.34 |
| Hex | 41 | 48 | 6D | 28 | 22 | 0 | 39 | E6 | 19 | 22 |
| Octal | 101 | 110 | 155 | 50 | 42 | 0 | 71 | 346 | 31 | 42 |
| Binary | 1000001 | 1001000 | 1101101 | 101000 | 100010 | 0 | 111001 | 11100110 | 11001 | 100010 |
Color Harmonies of #41486D
Complementary color
Monochromatic Colors of #41486D
Black with #41486D
Text Example
Text Example
White with #41486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41486D; }
p { color: rgb(65,72,109); }
H1.HeaderClassName
{
color: #41486D;
}
.AnyTagClassName
{
color: #41486D;
}
</style>
background-color css
<style>
a { background-color: #41486D; }
a { background-color: rgb(65,72,109); }
div.DivClassName
{
background-color: #41486D;
}
.BgClassName
{
background-color: #41486D;
}
</style>
border-color css
<style>
span { border-color: #41486D; }
span { border-color: rgb(65,72,109); }
td.TdClassName
{
border-color: #41486D;
}
.TagClassName
{
border-color: #41486D;
}
</style>