Shades of Port Gore #454A68
Tints of Port Gore #454A68
RGB
CMYK
RGB Variations
Color information
#454A68 (or 0x454A68) is known color: Port Gore. HEX triplet: 45, 4A and 68. RGB value is (69,74,104). Sum of RGB (Red+Green+Blue) = 69+74+104=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #454A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A68 is #BAB597. Grayscale: #4B4B4B. Windows color (decimal): -12236184 or 6834757. OLE color: 6834757.
HSL color Cylindrical-coordinate representation of color #454A68: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454A68 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 74 | 104 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.59 |
| HSL | 231.43º | 0.2% | 0.34% | - |
| HSV(B) | 231.43º | 0.34% | 0.41% | - |
| XYZ | 7.4 | 7.16 | 14.09 | - |
| YUV | 75.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 104 | 0.34 | 0.29 | 0 | 0.59 | 231.43 | 0.2 | 0.34 |
| Hex | 45 | 4A | 68 | 22 | 1D | 0 | 3B | E7 | 14 | 22 |
| Octal | 105 | 112 | 150 | 42 | 35 | 0 | 73 | 347 | 24 | 42 |
| Binary | 1000101 | 1001010 | 1101000 | 100010 | 11101 | 0 | 111011 | 11100111 | 10100 | 100010 |
Color Harmonies of #454A68
Complementary color
Monochromatic Colors of #454A68
Black with #454A68
Text Example
Text Example
White with #454A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A68; }
p { color: rgb(69,74,104); }
H1.HeaderClassName
{
color: #454A68;
}
.AnyTagClassName
{
color: #454A68;
}
</style>
background-color css
<style>
a { background-color: #454A68; }
a { background-color: rgb(69,74,104); }
div.DivClassName
{
background-color: #454A68;
}
.BgClassName
{
background-color: #454A68;
}
</style>
border-color css
<style>
span { border-color: #454A68; }
span { border-color: rgb(69,74,104); }
td.TdClassName
{
border-color: #454A68;
}
.TagClassName
{
border-color: #454A68;
}
</style>