Shades of Port Gore #43486F
Tints of Port Gore #43486F
RGB
CMYK
RGB Variations
Color information
#43486F (or 0x43486F) is known color: Port Gore. HEX triplet: 43, 48 and 6F. RGB value is (67,72,111). Sum of RGB (Red+Green+Blue) = 67+72+111=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #43486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43486F is #BCB790. Grayscale: #4A4A4A. Windows color (decimal): -12367761 or 7292995. OLE color: 7292995.
HSL color Cylindrical-coordinate representation of color #43486F: hue angle of 233.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43486F is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 72 | 111 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.56 |
| HSL | 233.18º | 0.25% | 0.35% | - |
| HSV(B) | 233.18º | 0.4% | 0.44% | - |
| XYZ | 7.5 | 6.98 | 15.99 | - |
| YUV | 74.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 111 | 0.40 | 0.35 | 0 | 0.56 | 233.18 | 0.25 | 0.35 |
| Hex | 43 | 48 | 6F | 28 | 23 | 0 | 38 | E9 | 19 | 23 |
| Octal | 103 | 110 | 157 | 50 | 43 | 0 | 70 | 351 | 31 | 43 |
| Binary | 1000011 | 1001000 | 1101111 | 101000 | 100011 | 0 | 111000 | 11101001 | 11001 | 100011 |
Color Harmonies of #43486F
Complementary color
Monochromatic Colors of #43486F
Black with #43486F
Text Example
Text Example
White with #43486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43486F; }
p { color: rgb(67,72,111); }
H1.HeaderClassName
{
color: #43486F;
}
.AnyTagClassName
{
color: #43486F;
}
</style>
background-color css
<style>
a { background-color: #43486F; }
a { background-color: rgb(67,72,111); }
div.DivClassName
{
background-color: #43486F;
}
.BgClassName
{
background-color: #43486F;
}
</style>
border-color css
<style>
span { border-color: #43486F; }
span { border-color: rgb(67,72,111); }
td.TdClassName
{
border-color: #43486F;
}
.TagClassName
{
border-color: #43486F;
}
</style>