Shades of Port Gore #454A67
Tints of Port Gore #454A67
RGB
CMYK
RGB Variations
Color information
#454A67 (or 0x454A67) is known color: Port Gore. HEX triplet: 45, 4A and 67. RGB value is (69,74,103). Sum of RGB (Red+Green+Blue) = 69+74+103=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #454A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A67 is #BAB598. Grayscale: #4B4B4B. Windows color (decimal): -12236185 or 6769221. OLE color: 6769221.
HSL color Cylindrical-coordinate representation of color #454A67: hue angle of 231.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454A67 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 74 | 103 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.60 |
| HSL | 231.18º | 0.2% | 0.34% | - |
| HSV(B) | 231.18º | 0.33% | 0.4% | - |
| XYZ | 7.35 | 7.14 | 13.82 | - |
| YUV | 75.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 103 | 0.33 | 0.28 | 0 | 0.60 | 231.18 | 0.2 | 0.34 |
| Hex | 45 | 4A | 67 | 21 | 1C | 0 | 3C | E7 | 14 | 22 |
| Octal | 105 | 112 | 147 | 41 | 34 | 0 | 74 | 347 | 24 | 42 |
| Binary | 1000101 | 1001010 | 1100111 | 100001 | 11100 | 0 | 111100 | 11100111 | 10100 | 100010 |
Color Harmonies of #454A67
Complementary color
Monochromatic Colors of #454A67
Black with #454A67
Text Example
Text Example
White with #454A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A67; }
p { color: rgb(69,74,103); }
H1.HeaderClassName
{
color: #454A67;
}
.AnyTagClassName
{
color: #454A67;
}
</style>
background-color css
<style>
a { background-color: #454A67; }
a { background-color: rgb(69,74,103); }
div.DivClassName
{
background-color: #454A67;
}
.BgClassName
{
background-color: #454A67;
}
</style>
border-color css
<style>
span { border-color: #454A67; }
span { border-color: rgb(69,74,103); }
td.TdClassName
{
border-color: #454A67;
}
.TagClassName
{
border-color: #454A67;
}
</style>