Shades of Port Gore #454A66
Tints of Port Gore #454A66
RGB
CMYK
RGB Variations
Color information
#454A66 (or 0x454A66) is known color: Port Gore. HEX triplet: 45, 4A and 66. RGB value is (69,74,102). Sum of RGB (Red+Green+Blue) = 69+74+102=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #454A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A66 is #BAB599. Grayscale: #4B4B4B. Windows color (decimal): -12236186 or 6703685. OLE color: 6703685.
HSL color Cylindrical-coordinate representation of color #454A66: hue angle of 230.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454A66 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 74 | 102 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.6 |
| HSL | 230.91º | 0.19% | 0.34% | - |
| HSV(B) | 230.91º | 0.32% | 0.4% | - |
| XYZ | 7.3 | 7.12 | 13.56 | - |
| YUV | 75.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 102 | 0.32 | 0.27 | 0 | 0.6 | 230.91 | 0.19 | 0.34 |
| Hex | 45 | 4A | 66 | 20 | 1B | 0 | 3C | E7 | 13 | 22 |
| Octal | 105 | 112 | 146 | 40 | 33 | 0 | 74 | 347 | 23 | 42 |
| Binary | 1000101 | 1001010 | 1100110 | 100000 | 11011 | 0 | 111100 | 11100111 | 10011 | 100010 |
Color Harmonies of #454A66
Complementary color
Monochromatic Colors of #454A66
Black with #454A66
Text Example
Text Example
White with #454A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A66; }
p { color: rgb(69,74,102); }
H1.HeaderClassName
{
color: #454A66;
}
.AnyTagClassName
{
color: #454A66;
}
</style>
background-color css
<style>
a { background-color: #454A66; }
a { background-color: rgb(69,74,102); }
div.DivClassName
{
background-color: #454A66;
}
.BgClassName
{
background-color: #454A66;
}
</style>
border-color css
<style>
span { border-color: #454A66; }
span { border-color: rgb(69,74,102); }
td.TdClassName
{
border-color: #454A66;
}
.TagClassName
{
border-color: #454A66;
}
</style>