Shades of Port Gore #42486E
Tints of Port Gore #42486E
RGB
CMYK
RGB Variations
Color information
#42486E (or 0x42486E) is known color: Port Gore. HEX triplet: 42, 48 and 6E. RGB value is (66,72,110). Sum of RGB (Red+Green+Blue) = 66+72+110=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #42486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486E is #BDB791. Grayscale: #4A4A4A. Windows color (decimal): -12433298 or 7227458. OLE color: 7227458.
HSL color Cylindrical-coordinate representation of color #42486E: hue angle of 231.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42486E is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 72 | 110 | - |
| CMYK | 0.4 | 0.35 | 0 | 0.57 |
| HSL | 231.82º | 0.25% | 0.35% | - |
| HSV(B) | 231.82º | 0.4% | 0.43% | - |
| XYZ | 7.38 | 6.92 | 15.7 | - |
| YUV | 74.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 110 | 0.4 | 0.35 | 0 | 0.57 | 231.82 | 0.25 | 0.35 |
| Hex | 42 | 48 | 6E | 28 | 23 | 0 | 39 | E8 | 19 | 23 |
| Octal | 102 | 110 | 156 | 50 | 43 | 0 | 71 | 350 | 31 | 43 |
| Binary | 1000010 | 1001000 | 1101110 | 101000 | 100011 | 0 | 111001 | 11101000 | 11001 | 100011 |
Color Harmonies of #42486E
Complementary color
Monochromatic Colors of #42486E
Black with #42486E
Text Example
Text Example
White with #42486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42486E; }
p { color: rgb(66,72,110); }
H1.HeaderClassName
{
color: #42486E;
}
.AnyTagClassName
{
color: #42486E;
}
</style>
background-color css
<style>
a { background-color: #42486E; }
a { background-color: rgb(66,72,110); }
div.DivClassName
{
background-color: #42486E;
}
.BgClassName
{
background-color: #42486E;
}
</style>
border-color css
<style>
span { border-color: #42486E; }
span { border-color: rgb(66,72,110); }
td.TdClassName
{
border-color: #42486E;
}
.TagClassName
{
border-color: #42486E;
}
</style>