Shades of Port Gore #414975
Tints of Port Gore #414975
RGB
CMYK
RGB Variations
Color information
#414975 (or 0x414975) is known color: Port Gore. HEX triplet: 41, 49 and 75. RGB value is (65,73,117). Sum of RGB (Red+Green+Blue) = 65+73+117=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #414975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414975 is #BEB68A. Grayscale: #4B4B4B. Windows color (decimal): -12498571 or 7686465. OLE color: 7686465.
HSL color Cylindrical-coordinate representation of color #414975: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414975 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 73 | 117 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.54 |
| HSL | 230.77º | 0.29% | 0.36% | - |
| HSV(B) | 230.77º | 0.44% | 0.46% | - |
| XYZ | 7.77 | 7.17 | 17.8 | - |
| YUV | 75.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 117 | 0.44 | 0.38 | 0 | 0.54 | 230.77 | 0.29 | 0.36 |
| Hex | 41 | 49 | 75 | 2C | 26 | 0 | 36 | E7 | 1D | 24 |
| Octal | 101 | 111 | 165 | 54 | 46 | 0 | 66 | 347 | 35 | 44 |
| Binary | 1000001 | 1001001 | 1110101 | 101100 | 100110 | 0 | 110110 | 11100111 | 11101 | 100100 |
Color Harmonies of #414975
Complementary color
Monochromatic Colors of #414975
Black with #414975
Text Example
Text Example
White with #414975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414975; }
p { color: rgb(65,73,117); }
H1.HeaderClassName
{
color: #414975;
}
.AnyTagClassName
{
color: #414975;
}
</style>
background-color css
<style>
a { background-color: #414975; }
a { background-color: rgb(65,73,117); }
div.DivClassName
{
background-color: #414975;
}
.BgClassName
{
background-color: #414975;
}
</style>
border-color css
<style>
span { border-color: #414975; }
span { border-color: rgb(65,73,117); }
td.TdClassName
{
border-color: #414975;
}
.TagClassName
{
border-color: #414975;
}
</style>