Shades of Port Gore #42476E
Tints of Port Gore #42476E
RGB
CMYK
RGB Variations
Color information
#42476E (or 0x42476E) is known color: Port Gore. HEX triplet: 42, 47 and 6E. RGB value is (66,71,110). Sum of RGB (Red+Green+Blue) = 66+71+110=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #42476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42476E is #BDB891. Grayscale: #494949. Windows color (decimal): -12433554 or 7227202. OLE color: 7227202.
HSL color Cylindrical-coordinate representation of color #42476E: hue angle of 233.18º 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 #42476E is Cyan = 0.4, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 71 | 110 | - |
| CMYK | 0.4 | 0.35 | 0 | 0.57 |
| HSL | 233.18º | 0.25% | 0.35% | - |
| HSV(B) | 233.18º | 0.4% | 0.43% | - |
| XYZ | 7.31 | 6.79 | 15.68 | - |
| YUV | 73.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 110 | 0.4 | 0.35 | 0 | 0.57 | 233.18 | 0.25 | 0.35 |
| Hex | 42 | 47 | 6E | 28 | 23 | 0 | 39 | E9 | 19 | 23 |
| Octal | 102 | 107 | 156 | 50 | 43 | 0 | 71 | 351 | 31 | 43 |
| Binary | 1000010 | 1000111 | 1101110 | 101000 | 100011 | 0 | 111001 | 11101001 | 11001 | 100011 |
Color Harmonies of #42476E
Complementary color
Monochromatic Colors of #42476E
Black with #42476E
Text Example
Text Example
White with #42476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42476E; }
p { color: rgb(66,71,110); }
H1.HeaderClassName
{
color: #42476E;
}
.AnyTagClassName
{
color: #42476E;
}
</style>
background-color css
<style>
a { background-color: #42476E; }
a { background-color: rgb(66,71,110); }
div.DivClassName
{
background-color: #42476E;
}
.BgClassName
{
background-color: #42476E;
}
</style>
border-color css
<style>
span { border-color: #42476E; }
span { border-color: rgb(66,71,110); }
td.TdClassName
{
border-color: #42476E;
}
.TagClassName
{
border-color: #42476E;
}
</style>