Shades of Port Gore #414761
Tints of Port Gore #414761
RGB
CMYK
RGB Variations
Color information
#414761 (or 0x414761) is known color: Port Gore. HEX triplet: 41, 47 and 61. RGB value is (65,71,97). Sum of RGB (Red+Green+Blue) = 65+71+97=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #414761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414761 is #BEB89E. Grayscale: #484848. Windows color (decimal): -12499103 or 6375233. OLE color: 6375233.
HSL color Cylindrical-coordinate representation of color #414761: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #414761 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 71 | 97 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.62 |
| HSL | 228.75º | 0.2% | 0.32% | - |
| HSV(B) | 228.75º | 0.33% | 0.38% | - |
| XYZ | 6.59 | 6.49 | 12.22 | - |
| YUV | 72.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 97 | 0.33 | 0.27 | 0 | 0.62 | 228.75 | 0.2 | 0.32 |
| Hex | 41 | 47 | 61 | 21 | 1B | 0 | 3E | E5 | 14 | 20 |
| Octal | 101 | 107 | 141 | 41 | 33 | 0 | 76 | 345 | 24 | 40 |
| Binary | 1000001 | 1000111 | 1100001 | 100001 | 11011 | 0 | 111110 | 11100101 | 10100 | 100000 |
Color Harmonies of #414761
Complementary color
Monochromatic Colors of #414761
Black with #414761
Text Example
Text Example
White with #414761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414761; }
p { color: rgb(65,71,97); }
H1.HeaderClassName
{
color: #414761;
}
.AnyTagClassName
{
color: #414761;
}
</style>
background-color css
<style>
a { background-color: #414761; }
a { background-color: rgb(65,71,97); }
div.DivClassName
{
background-color: #414761;
}
.BgClassName
{
background-color: #414761;
}
</style>
border-color css
<style>
span { border-color: #414761; }
span { border-color: rgb(65,71,97); }
td.TdClassName
{
border-color: #414761;
}
.TagClassName
{
border-color: #414761;
}
</style>