Shades of Port Gore #42455F
Tints of Port Gore #42455F
RGB
CMYK
RGB Variations
Color information
#42455F (or 0x42455F) is known color: Port Gore. HEX triplet: 42, 45 and 5F. RGB value is (66,69,95). Sum of RGB (Red+Green+Blue) = 66+69+95=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #42455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42455F is #BDBAA0. Grayscale: #464646. Windows color (decimal): -12434081 or 6243650. OLE color: 6243650.
HSL color Cylindrical-coordinate representation of color #42455F: hue angle of 233.79º 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 #42455F is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 69 | 95 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.63 |
| HSL | 233.79º | 0.18% | 0.32% | - |
| HSV(B) | 233.79º | 0.31% | 0.37% | - |
| XYZ | 6.44 | 6.24 | 11.69 | - |
| YUV | 71.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 95 | 0.31 | 0.27 | 0 | 0.63 | 233.79 | 0.18 | 0.32 |
| Hex | 42 | 45 | 5F | 1F | 1B | 0 | 3F | EA | 12 | 20 |
| Octal | 102 | 105 | 137 | 37 | 33 | 0 | 77 | 352 | 22 | 40 |
| Binary | 1000010 | 1000101 | 1011111 | 11111 | 11011 | 0 | 111111 | 11101010 | 10010 | 100000 |
Color Harmonies of #42455F
Complementary color
Monochromatic Colors of #42455F
Black with #42455F
Text Example
Text Example
White with #42455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42455F; }
p { color: rgb(66,69,95); }
H1.HeaderClassName
{
color: #42455F;
}
.AnyTagClassName
{
color: #42455F;
}
</style>
background-color css
<style>
a { background-color: #42455F; }
a { background-color: rgb(66,69,95); }
div.DivClassName
{
background-color: #42455F;
}
.BgClassName
{
background-color: #42455F;
}
</style>
border-color css
<style>
span { border-color: #42455F; }
span { border-color: rgb(66,69,95); }
td.TdClassName
{
border-color: #42455F;
}
.TagClassName
{
border-color: #42455F;
}
</style>