Shades of Port Gore #424872
Tints of Port Gore #424872
RGB
CMYK
RGB Variations
Color information
#424872 (or 0x424872) is known color: Port Gore. HEX triplet: 42, 48 and 72. RGB value is (66,72,114). Sum of RGB (Red+Green+Blue) = 66+72+114=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #424872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424872 is #BDB78D. Grayscale: #4A4A4A. Windows color (decimal): -12433294 or 7489602. OLE color: 7489602.
HSL color Cylindrical-coordinate representation of color #424872: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424872 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 72 | 114 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.55 |
| HSL | 232.5º | 0.27% | 0.35% | - |
| HSV(B) | 232.5º | 0.42% | 0.45% | - |
| XYZ | 7.6 | 7.01 | 16.87 | - |
| YUV | 74.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 114 | 0.42 | 0.37 | 0 | 0.55 | 232.5 | 0.27 | 0.35 |
| Hex | 42 | 48 | 72 | 2A | 25 | 0 | 37 | E8 | 1B | 23 |
| Octal | 102 | 110 | 162 | 52 | 45 | 0 | 67 | 350 | 33 | 43 |
| Binary | 1000010 | 1001000 | 1110010 | 101010 | 100101 | 0 | 110111 | 11101000 | 11011 | 100011 |
Color Harmonies of #424872
Complementary color
Monochromatic Colors of #424872
Black with #424872
Text Example
Text Example
White with #424872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424872; }
p { color: rgb(66,72,114); }
H1.HeaderClassName
{
color: #424872;
}
.AnyTagClassName
{
color: #424872;
}
</style>
background-color css
<style>
a { background-color: #424872; }
a { background-color: rgb(66,72,114); }
div.DivClassName
{
background-color: #424872;
}
.BgClassName
{
background-color: #424872;
}
</style>
border-color css
<style>
span { border-color: #424872; }
span { border-color: rgb(66,72,114); }
td.TdClassName
{
border-color: #424872;
}
.TagClassName
{
border-color: #424872;
}
</style>