Shades of Port Gore #424765
Tints of Port Gore #424765
RGB
CMYK
RGB Variations
Color information
#424765 (or 0x424765) is known color: Port Gore. HEX triplet: 42, 47 and 65. RGB value is (66,71,101). Sum of RGB (Red+Green+Blue) = 66+71+101=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #424765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424765 is #BDB89A. Grayscale: #484848. Windows color (decimal): -12433563 or 6637378. OLE color: 6637378.
HSL color Cylindrical-coordinate representation of color #424765: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #424765 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 71 | 101 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.60 |
| HSL | 231.43º | 0.21% | 0.33% | - |
| HSV(B) | 231.43º | 0.35% | 0.4% | - |
| XYZ | 6.85 | 6.6 | 13.23 | - |
| YUV | 72.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 101 | 0.35 | 0.30 | 0 | 0.60 | 231.43 | 0.21 | 0.33 |
| Hex | 42 | 47 | 65 | 23 | 1E | 0 | 3C | E7 | 15 | 21 |
| Octal | 102 | 107 | 145 | 43 | 36 | 0 | 74 | 347 | 25 | 41 |
| Binary | 1000010 | 1000111 | 1100101 | 100011 | 11110 | 0 | 111100 | 11100111 | 10101 | 100001 |
Color Harmonies of #424765
Complementary color
Monochromatic Colors of #424765
Black with #424765
Text Example
Text Example
White with #424765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424765; }
p { color: rgb(66,71,101); }
H1.HeaderClassName
{
color: #424765;
}
.AnyTagClassName
{
color: #424765;
}
</style>
background-color css
<style>
a { background-color: #424765; }
a { background-color: rgb(66,71,101); }
div.DivClassName
{
background-color: #424765;
}
.BgClassName
{
background-color: #424765;
}
</style>
border-color css
<style>
span { border-color: #424765; }
span { border-color: rgb(66,71,101); }
td.TdClassName
{
border-color: #424765;
}
.TagClassName
{
border-color: #424765;
}
</style>