Shades of Port Gore #43465E
Tints of Port Gore #43465E
RGB
CMYK
RGB Variations
Color information
#43465E (or 0x43465E) is known color: Port Gore. HEX triplet: 43, 46 and 5E. RGB value is (67,70,94). Sum of RGB (Red+Green+Blue) = 67+70+94=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #43465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43465E is #BCB9A1. Grayscale: #474747. Windows color (decimal): -12368290 or 6178371. OLE color: 6178371.
HSL color Cylindrical-coordinate representation of color #43465E: hue angle of 233.33º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43465E is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 70 | 94 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.63 |
| HSL | 233.33º | 0.17% | 0.32% | - |
| HSV(B) | 233.33º | 0.29% | 0.37% | - |
| XYZ | 6.53 | 6.38 | 11.48 | - |
| YUV | 71.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 94 | 0.29 | 0.26 | 0 | 0.63 | 233.33 | 0.17 | 0.32 |
| Hex | 43 | 46 | 5E | 1D | 1A | 0 | 3F | E9 | 11 | 20 |
| Octal | 103 | 106 | 136 | 35 | 32 | 0 | 77 | 351 | 21 | 40 |
| Binary | 1000011 | 1000110 | 1011110 | 11101 | 11010 | 0 | 111111 | 11101001 | 10001 | 100000 |
Color Harmonies of #43465E
Complementary color
Monochromatic Colors of #43465E
Black with #43465E
Text Example
Text Example
White with #43465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43465E; }
p { color: rgb(67,70,94); }
H1.HeaderClassName
{
color: #43465E;
}
.AnyTagClassName
{
color: #43465E;
}
</style>
background-color css
<style>
a { background-color: #43465E; }
a { background-color: rgb(67,70,94); }
div.DivClassName
{
background-color: #43465E;
}
.BgClassName
{
background-color: #43465E;
}
</style>
border-color css
<style>
span { border-color: #43465E; }
span { border-color: rgb(67,70,94); }
td.TdClassName
{
border-color: #43465E;
}
.TagClassName
{
border-color: #43465E;
}
</style>