Shades of Port Gore #434A76
Tints of Port Gore #434A76
RGB
CMYK
RGB Variations
Color information
#434A76 (or 0x434A76) is known color: Port Gore. HEX triplet: 43, 4A and 76. RGB value is (67,74,118). Sum of RGB (Red+Green+Blue) = 67+74+118=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #434A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A76 is #BCB589. Grayscale: #4C4C4C. Windows color (decimal): -12367242 or 7752259. OLE color: 7752259.
HSL color Cylindrical-coordinate representation of color #434A76: hue angle of 231.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434A76 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 74 | 118 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.54 |
| HSL | 231.76º | 0.28% | 0.36% | - |
| HSV(B) | 231.76º | 0.43% | 0.46% | - |
| XYZ | 8.03 | 7.4 | 18.14 | - |
| YUV | 76.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 118 | 0.43 | 0.37 | 0 | 0.54 | 231.76 | 0.28 | 0.36 |
| Hex | 43 | 4A | 76 | 2B | 25 | 0 | 36 | E8 | 1C | 24 |
| Octal | 103 | 112 | 166 | 53 | 45 | 0 | 66 | 350 | 34 | 44 |
| Binary | 1000011 | 1001010 | 1110110 | 101011 | 100101 | 0 | 110110 | 11101000 | 11100 | 100100 |
Color Harmonies of #434A76
Complementary color
Monochromatic Colors of #434A76
Black with #434A76
Text Example
Text Example
White with #434A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A76; }
p { color: rgb(67,74,118); }
H1.HeaderClassName
{
color: #434A76;
}
.AnyTagClassName
{
color: #434A76;
}
</style>
background-color css
<style>
a { background-color: #434A76; }
a { background-color: rgb(67,74,118); }
div.DivClassName
{
background-color: #434A76;
}
.BgClassName
{
background-color: #434A76;
}
</style>
border-color css
<style>
span { border-color: #434A76; }
span { border-color: rgb(67,74,118); }
td.TdClassName
{
border-color: #434A76;
}
.TagClassName
{
border-color: #434A76;
}
</style>