Shades of Port Gore #434A6C
Tints of Port Gore #434A6C
RGB
CMYK
RGB Variations
Color information
#434A6C (or 0x434A6C) is known color: Port Gore. HEX triplet: 43, 4A and 6C. RGB value is (67,74,108). Sum of RGB (Red+Green+Blue) = 67+74+108=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #434A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A6C is #BCB593. Grayscale: #4B4B4B. Windows color (decimal): -12367252 or 7096899. OLE color: 7096899.
HSL color Cylindrical-coordinate representation of color #434A6C: hue angle of 229.76º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #434A6C is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 74 | 108 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.58 |
| HSL | 229.76º | 0.23% | 0.34% | - |
| HSV(B) | 229.76º | 0.38% | 0.42% | - |
| XYZ | 7.47 | 7.17 | 15.18 | - |
| YUV | 75.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 108 | 0.38 | 0.31 | 0 | 0.58 | 229.76 | 0.23 | 0.34 |
| Hex | 43 | 4A | 6C | 26 | 1F | 0 | 3A | E6 | 17 | 22 |
| Octal | 103 | 112 | 154 | 46 | 37 | 0 | 72 | 346 | 27 | 42 |
| Binary | 1000011 | 1001010 | 1101100 | 100110 | 11111 | 0 | 111010 | 11100110 | 10111 | 100010 |
Color Harmonies of #434A6C
Complementary color
Monochromatic Colors of #434A6C
Black with #434A6C
Text Example
Text Example
White with #434A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A6C; }
p { color: rgb(67,74,108); }
H1.HeaderClassName
{
color: #434A6C;
}
.AnyTagClassName
{
color: #434A6C;
}
</style>
background-color css
<style>
a { background-color: #434A6C; }
a { background-color: rgb(67,74,108); }
div.DivClassName
{
background-color: #434A6C;
}
.BgClassName
{
background-color: #434A6C;
}
</style>
border-color css
<style>
span { border-color: #434A6C; }
span { border-color: rgb(67,74,108); }
td.TdClassName
{
border-color: #434A6C;
}
.TagClassName
{
border-color: #434A6C;
}
</style>