Shades of Port Gore #464A63
Tints of Port Gore #464A63
RGB
CMYK
RGB Variations
Color information
#464A63 (or 0x464A63) is known color: Port Gore. HEX triplet: 46, 4A and 63. RGB value is (70,74,99). Sum of RGB (Red+Green+Blue) = 70+74+99=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #464A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A63 is #B9B59C. Grayscale: #4B4B4B. Windows color (decimal): -12170653 or 6507078. OLE color: 6507078.
HSL color Cylindrical-coordinate representation of color #464A63: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464A63 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 74 | 99 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.61 |
| HSL | 231.72º | 0.17% | 0.33% | - |
| HSV(B) | 231.72º | 0.29% | 0.39% | - |
| XYZ | 7.23 | 7.1 | 12.79 | - |
| YUV | 75.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 99 | 0.29 | 0.25 | 0 | 0.61 | 231.72 | 0.17 | 0.33 |
| Hex | 46 | 4A | 63 | 1D | 19 | 0 | 3D | E8 | 11 | 21 |
| Octal | 106 | 112 | 143 | 35 | 31 | 0 | 75 | 350 | 21 | 41 |
| Binary | 1000110 | 1001010 | 1100011 | 11101 | 11001 | 0 | 111101 | 11101000 | 10001 | 100001 |
Color Harmonies of #464A63
Complementary color
Monochromatic Colors of #464A63
Black with #464A63
Text Example
Text Example
White with #464A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A63; }
p { color: rgb(70,74,99); }
H1.HeaderClassName
{
color: #464A63;
}
.AnyTagClassName
{
color: #464A63;
}
</style>
background-color css
<style>
a { background-color: #464A63; }
a { background-color: rgb(70,74,99); }
div.DivClassName
{
background-color: #464A63;
}
.BgClassName
{
background-color: #464A63;
}
</style>
border-color css
<style>
span { border-color: #464A63; }
span { border-color: rgb(70,74,99); }
td.TdClassName
{
border-color: #464A63;
}
.TagClassName
{
border-color: #464A63;
}
</style>