Shades of Port Gore #464B6A
Tints of Port Gore #464B6A
RGB
CMYK
RGB Variations
Color information
#464B6A (or 0x464B6A) is known color: Port Gore. HEX triplet: 46, 4B and 6A. RGB value is (70,75,106). Sum of RGB (Red+Green+Blue) = 70+75+106=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #464B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B6A is #B9B495. Grayscale: #4C4C4C. Windows color (decimal): -12170390 or 6966086. OLE color: 6966086.
HSL color Cylindrical-coordinate representation of color #464B6A: hue angle of 231.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464B6A is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 75 | 106 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.58 |
| HSL | 231.67º | 0.2% | 0.35% | - |
| HSV(B) | 231.67º | 0.34% | 0.42% | - |
| XYZ | 7.64 | 7.37 | 14.66 | - |
| YUV | 77.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 106 | 0.34 | 0.29 | 0 | 0.58 | 231.67 | 0.2 | 0.35 |
| Hex | 46 | 4B | 6A | 22 | 1D | 0 | 3A | E8 | 14 | 23 |
| Octal | 106 | 113 | 152 | 42 | 35 | 0 | 72 | 350 | 24 | 43 |
| Binary | 1000110 | 1001011 | 1101010 | 100010 | 11101 | 0 | 111010 | 11101000 | 10100 | 100011 |
Color Harmonies of #464B6A
Complementary color
Monochromatic Colors of #464B6A
Black with #464B6A
Text Example
Text Example
White with #464B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B6A; }
p { color: rgb(70,75,106); }
H1.HeaderClassName
{
color: #464B6A;
}
.AnyTagClassName
{
color: #464B6A;
}
</style>
background-color css
<style>
a { background-color: #464B6A; }
a { background-color: rgb(70,75,106); }
div.DivClassName
{
background-color: #464B6A;
}
.BgClassName
{
background-color: #464B6A;
}
</style>
border-color css
<style>
span { border-color: #464B6A; }
span { border-color: rgb(70,75,106); }
td.TdClassName
{
border-color: #464B6A;
}
.TagClassName
{
border-color: #464B6A;
}
</style>