Shades of Port Gore #434A62
Tints of Port Gore #434A62
RGB
CMYK
RGB Variations
Color information
#434A62 (or 0x434A62) is known color: Port Gore. HEX triplet: 43, 4A and 62. RGB value is (67,74,98). Sum of RGB (Red+Green+Blue) = 67+74+98=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #434A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A62 is #BCB59D. Grayscale: #4A4A4A. Windows color (decimal): -12367262 or 6441539. OLE color: 6441539.
HSL color Cylindrical-coordinate representation of color #434A62: hue angle of 226.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434A62 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 74 | 98 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.62 |
| HSL | 226.45º | 0.19% | 0.32% | - |
| HSV(B) | 226.45º | 0.32% | 0.38% | - |
| XYZ | 6.97 | 6.97 | 12.53 | - |
| YUV | 74.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 98 | 0.32 | 0.24 | 0 | 0.62 | 226.45 | 0.19 | 0.32 |
| Hex | 43 | 4A | 62 | 20 | 18 | 0 | 3E | E2 | 13 | 20 |
| Octal | 103 | 112 | 142 | 40 | 30 | 0 | 76 | 342 | 23 | 40 |
| Binary | 1000011 | 1001010 | 1100010 | 100000 | 11000 | 0 | 111110 | 11100010 | 10011 | 100000 |
Color Harmonies of #434A62
Complementary color
Monochromatic Colors of #434A62
Black with #434A62
Text Example
Text Example
White with #434A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A62; }
p { color: rgb(67,74,98); }
H1.HeaderClassName
{
color: #434A62;
}
.AnyTagClassName
{
color: #434A62;
}
</style>
background-color css
<style>
a { background-color: #434A62; }
a { background-color: rgb(67,74,98); }
div.DivClassName
{
background-color: #434A62;
}
.BgClassName
{
background-color: #434A62;
}
</style>
border-color css
<style>
span { border-color: #434A62; }
span { border-color: rgb(67,74,98); }
td.TdClassName
{
border-color: #434A62;
}
.TagClassName
{
border-color: #434A62;
}
</style>