Shades of Port Gore #43496E
Tints of Port Gore #43496E
RGB
CMYK
RGB Variations
Color information
#43496E (or 0x43496E) is known color: Port Gore. HEX triplet: 43, 49 and 6E. RGB value is (67,73,110). Sum of RGB (Red+Green+Blue) = 67+73+110=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #43496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43496E is #BCB691. Grayscale: #4B4B4B. Windows color (decimal): -12367506 or 7227715. OLE color: 7227715.
HSL color Cylindrical-coordinate representation of color #43496E: hue angle of 231.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #43496E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 73 | 110 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.57 |
| HSL | 231.63º | 0.24% | 0.35% | - |
| HSV(B) | 231.63º | 0.39% | 0.43% | - |
| XYZ | 7.51 | 7.08 | 15.72 | - |
| YUV | 75.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 110 | 0.39 | 0.34 | 0 | 0.57 | 231.63 | 0.24 | 0.35 |
| Hex | 43 | 49 | 6E | 27 | 22 | 0 | 39 | E8 | 18 | 23 |
| Octal | 103 | 111 | 156 | 47 | 42 | 0 | 71 | 350 | 30 | 43 |
| Binary | 1000011 | 1001001 | 1101110 | 100111 | 100010 | 0 | 111001 | 11101000 | 11000 | 100011 |
Color Harmonies of #43496E
Complementary color
Monochromatic Colors of #43496E
Black with #43496E
Text Example
Text Example
White with #43496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43496E; }
p { color: rgb(67,73,110); }
H1.HeaderClassName
{
color: #43496E;
}
.AnyTagClassName
{
color: #43496E;
}
</style>
background-color css
<style>
a { background-color: #43496E; }
a { background-color: rgb(67,73,110); }
div.DivClassName
{
background-color: #43496E;
}
.BgClassName
{
background-color: #43496E;
}
</style>
border-color css
<style>
span { border-color: #43496E; }
span { border-color: rgb(67,73,110); }
td.TdClassName
{
border-color: #43496E;
}
.TagClassName
{
border-color: #43496E;
}
</style>