Shades of Port Gore #42486B
Tints of Port Gore #42486B
RGB
CMYK
RGB Variations
Color information
#42486B (or 0x42486B) is known color: Port Gore. HEX triplet: 42, 48 and 6B. RGB value is (66,72,107). Sum of RGB (Red+Green+Blue) = 66+72+107=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #42486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486B is #BDB794. Grayscale: #4A4A4A. Windows color (decimal): -12433301 or 7030850. OLE color: 7030850.
HSL color Cylindrical-coordinate representation of color #42486B: hue angle of 231.22º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42486B is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 72 | 107 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.58 |
| HSL | 231.22º | 0.24% | 0.34% | - |
| HSV(B) | 231.22º | 0.38% | 0.42% | - |
| XYZ | 7.22 | 6.85 | 14.85 | - |
| YUV | 74.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 107 | 0.38 | 0.33 | 0 | 0.58 | 231.22 | 0.24 | 0.34 |
| Hex | 42 | 48 | 6B | 26 | 21 | 0 | 3A | E7 | 18 | 22 |
| Octal | 102 | 110 | 153 | 46 | 41 | 0 | 72 | 347 | 30 | 42 |
| Binary | 1000010 | 1001000 | 1101011 | 100110 | 100001 | 0 | 111010 | 11100111 | 11000 | 100010 |
Color Harmonies of #42486B
Complementary color
Monochromatic Colors of #42486B
Black with #42486B
Text Example
Text Example
White with #42486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42486B; }
p { color: rgb(66,72,107); }
H1.HeaderClassName
{
color: #42486B;
}
.AnyTagClassName
{
color: #42486B;
}
</style>
background-color css
<style>
a { background-color: #42486B; }
a { background-color: rgb(66,72,107); }
div.DivClassName
{
background-color: #42486B;
}
.BgClassName
{
background-color: #42486B;
}
</style>
border-color css
<style>
span { border-color: #42486B; }
span { border-color: rgb(66,72,107); }
td.TdClassName
{
border-color: #42486B;
}
.TagClassName
{
border-color: #42486B;
}
</style>