Shades of Port Gore #454863
Tints of Port Gore #454863
RGB
CMYK
RGB Variations
Color information
#454863 (or 0x454863) is known color: Port Gore. HEX triplet: 45, 48 and 63. RGB value is (69,72,99). Sum of RGB (Red+Green+Blue) = 69+72+99=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #454863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454863 is #BAB79C. Grayscale: #4A4A4A. Windows color (decimal): -12236701 or 6506565. OLE color: 6506565.
HSL color Cylindrical-coordinate representation of color #454863: hue angle of 234º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454863 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 72 | 99 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.61 |
| HSL | 234º | 0.18% | 0.33% | - |
| HSV(B) | 234º | 0.3% | 0.39% | - |
| XYZ | 7.02 | 6.8 | 12.75 | - |
| YUV | 74.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 99 | 0.30 | 0.27 | 0 | 0.61 | 234 | 0.18 | 0.33 |
| Hex | 45 | 48 | 63 | 1E | 1B | 0 | 3D | EA | 12 | 21 |
| Octal | 105 | 110 | 143 | 36 | 33 | 0 | 75 | 352 | 22 | 41 |
| Binary | 1000101 | 1001000 | 1100011 | 11110 | 11011 | 0 | 111101 | 11101010 | 10010 | 100001 |
Color Harmonies of #454863
Complementary color
Monochromatic Colors of #454863
Black with #454863
Text Example
Text Example
White with #454863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454863; }
p { color: rgb(69,72,99); }
H1.HeaderClassName
{
color: #454863;
}
.AnyTagClassName
{
color: #454863;
}
</style>
background-color css
<style>
a { background-color: #454863; }
a { background-color: rgb(69,72,99); }
div.DivClassName
{
background-color: #454863;
}
.BgClassName
{
background-color: #454863;
}
</style>
border-color css
<style>
span { border-color: #454863; }
span { border-color: rgb(69,72,99); }
td.TdClassName
{
border-color: #454863;
}
.TagClassName
{
border-color: #454863;
}
</style>