Shades of Port Gore #43496B
Tints of Port Gore #43496B
RGB
CMYK
RGB Variations
Color information
#43496B (or 0x43496B) is known color: Port Gore. HEX triplet: 43, 49 and 6B. RGB value is (67,73,107). Sum of RGB (Red+Green+Blue) = 67+73+107=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #43496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43496B is #BCB694. Grayscale: #4A4A4A. Windows color (decimal): -12367509 or 7031107. OLE color: 7031107.
HSL color Cylindrical-coordinate representation of color #43496B: hue angle of 231º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43496B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 73 | 107 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.58 |
| HSL | 231º | 0.23% | 0.34% | - |
| HSV(B) | 231º | 0.37% | 0.42% | - |
| XYZ | 7.35 | 7.02 | 14.88 | - |
| YUV | 75.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 107 | 0.37 | 0.32 | 0 | 0.58 | 231 | 0.23 | 0.34 |
| Hex | 43 | 49 | 6B | 25 | 20 | 0 | 3A | E7 | 17 | 22 |
| Octal | 103 | 111 | 153 | 45 | 40 | 0 | 72 | 347 | 27 | 42 |
| Binary | 1000011 | 1001001 | 1101011 | 100101 | 100000 | 0 | 111010 | 11100111 | 10111 | 100010 |
Color Harmonies of #43496B
Complementary color
Monochromatic Colors of #43496B
Black with #43496B
Text Example
Text Example
White with #43496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43496B; }
p { color: rgb(67,73,107); }
H1.HeaderClassName
{
color: #43496B;
}
.AnyTagClassName
{
color: #43496B;
}
</style>
background-color css
<style>
a { background-color: #43496B; }
a { background-color: rgb(67,73,107); }
div.DivClassName
{
background-color: #43496B;
}
.BgClassName
{
background-color: #43496B;
}
</style>
border-color css
<style>
span { border-color: #43496B; }
span { border-color: rgb(67,73,107); }
td.TdClassName
{
border-color: #43496B;
}
.TagClassName
{
border-color: #43496B;
}
</style>