Shades of Port Gore #424A64
Tints of Port Gore #424A64
RGB
CMYK
RGB Variations
Color information
#424A64 (or 0x424A64) is known color: Port Gore. HEX triplet: 42, 4A and 64. RGB value is (66,74,100). Sum of RGB (Red+Green+Blue) = 66+74+100=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #424A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A64 is #BDB59B. Grayscale: #4A4A4A. Windows color (decimal): -12432796 or 6572610. OLE color: 6572610.
HSL color Cylindrical-coordinate representation of color #424A64: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #424A64 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 74 | 100 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.61 |
| HSL | 225.88º | 0.2% | 0.33% | - |
| HSV(B) | 225.88º | 0.34% | 0.39% | - |
| XYZ | 7 | 6.98 | 13.03 | - |
| YUV | 74.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 100 | 0.34 | 0.26 | 0 | 0.61 | 225.88 | 0.2 | 0.33 |
| Hex | 42 | 4A | 64 | 22 | 1A | 0 | 3D | E2 | 14 | 21 |
| Octal | 102 | 112 | 144 | 42 | 32 | 0 | 75 | 342 | 24 | 41 |
| Binary | 1000010 | 1001010 | 1100100 | 100010 | 11010 | 0 | 111101 | 11100010 | 10100 | 100001 |
Color Harmonies of #424A64
Complementary color
Monochromatic Colors of #424A64
Black with #424A64
Text Example
Text Example
White with #424A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A64; }
p { color: rgb(66,74,100); }
H1.HeaderClassName
{
color: #424A64;
}
.AnyTagClassName
{
color: #424A64;
}
</style>
background-color css
<style>
a { background-color: #424A64; }
a { background-color: rgb(66,74,100); }
div.DivClassName
{
background-color: #424A64;
}
.BgClassName
{
background-color: #424A64;
}
</style>
border-color css
<style>
span { border-color: #424A64; }
span { border-color: rgb(66,74,100); }
td.TdClassName
{
border-color: #424A64;
}
.TagClassName
{
border-color: #424A64;
}
</style>