Shades of Port Gore #42465F
Tints of Port Gore #42465F
RGB
CMYK
RGB Variations
Color information
#42465F (or 0x42465F) is known color: Port Gore. HEX triplet: 42, 46 and 5F. RGB value is (66,70,95). Sum of RGB (Red+Green+Blue) = 66+70+95=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #42465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42465F is #BDB9A0. Grayscale: #474747. Windows color (decimal): -12433825 or 6243906. OLE color: 6243906.
HSL color Cylindrical-coordinate representation of color #42465F: hue angle of 231.72º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42465F is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 70 | 95 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.63 |
| HSL | 231.72º | 0.18% | 0.32% | - |
| HSV(B) | 231.72º | 0.31% | 0.37% | - |
| XYZ | 6.5 | 6.36 | 11.71 | - |
| YUV | 71.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 95 | 0.31 | 0.26 | 0 | 0.63 | 231.72 | 0.18 | 0.32 |
| Hex | 42 | 46 | 5F | 1F | 1A | 0 | 3F | E8 | 12 | 20 |
| Octal | 102 | 106 | 137 | 37 | 32 | 0 | 77 | 350 | 22 | 40 |
| Binary | 1000010 | 1000110 | 1011111 | 11111 | 11010 | 0 | 111111 | 11101000 | 10010 | 100000 |
Color Harmonies of #42465F
Complementary color
Monochromatic Colors of #42465F
Black with #42465F
Text Example
Text Example
White with #42465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42465F; }
p { color: rgb(66,70,95); }
H1.HeaderClassName
{
color: #42465F;
}
.AnyTagClassName
{
color: #42465F;
}
</style>
background-color css
<style>
a { background-color: #42465F; }
a { background-color: rgb(66,70,95); }
div.DivClassName
{
background-color: #42465F;
}
.BgClassName
{
background-color: #42465F;
}
</style>
border-color css
<style>
span { border-color: #42465F; }
span { border-color: rgb(66,70,95); }
td.TdClassName
{
border-color: #42465F;
}
.TagClassName
{
border-color: #42465F;
}
</style>