Shades of Port Gore #42486D
Tints of Port Gore #42486D
RGB
CMYK
RGB Variations
Color information
#42486D (or 0x42486D) is known color: Port Gore. HEX triplet: 42, 48 and 6D. RGB value is (66,72,109). Sum of RGB (Red+Green+Blue) = 66+72+109=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #42486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486D is #BDB792. Grayscale: #4A4A4A. Windows color (decimal): -12433299 or 7161922. OLE color: 7161922.
HSL color Cylindrical-coordinate representation of color #42486D: hue angle of 231.63º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42486D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 72 | 109 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.57 |
| HSL | 231.63º | 0.25% | 0.34% | - |
| HSV(B) | 231.63º | 0.39% | 0.43% | - |
| XYZ | 7.32 | 6.9 | 15.41 | - |
| YUV | 74.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 109 | 0.39 | 0.34 | 0 | 0.57 | 231.63 | 0.25 | 0.34 |
| Hex | 42 | 48 | 6D | 27 | 22 | 0 | 39 | E8 | 19 | 22 |
| Octal | 102 | 110 | 155 | 47 | 42 | 0 | 71 | 350 | 31 | 42 |
| Binary | 1000010 | 1001000 | 1101101 | 100111 | 100010 | 0 | 111001 | 11101000 | 11001 | 100010 |
Color Harmonies of #42486D
Complementary color
Monochromatic Colors of #42486D
Black with #42486D
Text Example
Text Example
White with #42486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42486D; }
p { color: rgb(66,72,109); }
H1.HeaderClassName
{
color: #42486D;
}
.AnyTagClassName
{
color: #42486D;
}
</style>
background-color css
<style>
a { background-color: #42486D; }
a { background-color: rgb(66,72,109); }
div.DivClassName
{
background-color: #42486D;
}
.BgClassName
{
background-color: #42486D;
}
</style>
border-color css
<style>
span { border-color: #42486D; }
span { border-color: rgb(66,72,109); }
td.TdClassName
{
border-color: #42486D;
}
.TagClassName
{
border-color: #42486D;
}
</style>