Shades of Fiord #455E6E
Tints of Fiord #455E6E
RGB
CMYK
RGB Variations
Color information
#455E6E (or 0x455E6E) is known color: Fiord. HEX triplet: 45, 5E and 6E. RGB value is (69,94,110). Sum of RGB (Red+Green+Blue) = 69+94+110=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #455E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E6E is #BAA191. Grayscale: #585858. Windows color (decimal): -12231058 or 7233093. OLE color: 7233093.
HSL color Cylindrical-coordinate representation of color #455E6E: hue angle of 203.41º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #455E6E is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 94 | 110 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.57 |
| HSL | 203.41º | 0.23% | 0.35% | - |
| HSV(B) | 203.41º | 0.37% | 0.43% | - |
| XYZ | 9.27 | 10.4 | 16.27 | - |
| YUV | 88.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 110 | 0.37 | 0.15 | 0 | 0.57 | 203.41 | 0.23 | 0.35 |
| Hex | 45 | 5E | 6E | 25 | F | 0 | 39 | CB | 17 | 23 |
| Octal | 105 | 136 | 156 | 45 | 17 | 0 | 71 | 313 | 27 | 43 |
| Binary | 1000101 | 1011110 | 1101110 | 100101 | 1111 | 0 | 111001 | 11001011 | 10111 | 100011 |
Color Harmonies of #455E6E
Complementary color
Monochromatic Colors of #455E6E
Black with #455E6E
Text Example
Text Example
White with #455E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E6E; }
p { color: rgb(69,94,110); }
H1.HeaderClassName
{
color: #455E6E;
}
.AnyTagClassName
{
color: #455E6E;
}
</style>
background-color css
<style>
a { background-color: #455E6E; }
a { background-color: rgb(69,94,110); }
div.DivClassName
{
background-color: #455E6E;
}
.BgClassName
{
background-color: #455E6E;
}
</style>
border-color css
<style>
span { border-color: #455E6E; }
span { border-color: rgb(69,94,110); }
td.TdClassName
{
border-color: #455E6E;
}
.TagClassName
{
border-color: #455E6E;
}
</style>