Shades of Port Gore #42496D
Tints of Port Gore #42496D
RGB
CMYK
RGB Variations
Color information
#42496D (or 0x42496D) is known color: Port Gore. HEX triplet: 42, 49 and 6D. RGB value is (66,73,109). Sum of RGB (Red+Green+Blue) = 66+73+109=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #42496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42496D is #BDB692. Grayscale: #4A4A4A. Windows color (decimal): -12433043 or 7162178. OLE color: 7162178.
HSL color Cylindrical-coordinate representation of color #42496D: hue angle of 230.23º 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 #42496D is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 73 | 109 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.57 |
| HSL | 230.23º | 0.25% | 0.34% | - |
| HSV(B) | 230.23º | 0.39% | 0.43% | - |
| XYZ | 7.39 | 7.03 | 15.43 | - |
| YUV | 75.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 109 | 0.39 | 0.33 | 0 | 0.57 | 230.23 | 0.25 | 0.34 |
| Hex | 42 | 49 | 6D | 27 | 21 | 0 | 39 | E6 | 19 | 22 |
| Octal | 102 | 111 | 155 | 47 | 41 | 0 | 71 | 346 | 31 | 42 |
| Binary | 1000010 | 1001001 | 1101101 | 100111 | 100001 | 0 | 111001 | 11100110 | 11001 | 100010 |
Color Harmonies of #42496D
Complementary color
Monochromatic Colors of #42496D
Black with #42496D
Text Example
Text Example
White with #42496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42496D; }
p { color: rgb(66,73,109); }
H1.HeaderClassName
{
color: #42496D;
}
.AnyTagClassName
{
color: #42496D;
}
</style>
background-color css
<style>
a { background-color: #42496D; }
a { background-color: rgb(66,73,109); }
div.DivClassName
{
background-color: #42496D;
}
.BgClassName
{
background-color: #42496D;
}
</style>
border-color css
<style>
span { border-color: #42496D; }
span { border-color: rgb(66,73,109); }
td.TdClassName
{
border-color: #42496D;
}
.TagClassName
{
border-color: #42496D;
}
</style>