Shades of Fiord #455D70
Tints of Fiord #455D70
RGB
CMYK
RGB Variations
Color information
#455D70 (or 0x455D70) is known color: Fiord. HEX triplet: 45, 5D and 70. RGB value is (69,93,112). Sum of RGB (Red+Green+Blue) = 69+93+112=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #455D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D70 is #BAA28F. Grayscale: #575757. Windows color (decimal): -12231312 or 7363909. OLE color: 7363909.
HSL color Cylindrical-coordinate representation of color #455D70: hue angle of 206.51º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455D70 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 93 | 112 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.56 |
| HSL | 206.51º | 0.24% | 0.35% | - |
| HSV(B) | 206.51º | 0.38% | 0.44% | - |
| XYZ | 9.29 | 10.26 | 16.82 | - |
| YUV | 87.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 112 | 0.38 | 0.17 | 0 | 0.56 | 206.51 | 0.24 | 0.35 |
| Hex | 45 | 5D | 70 | 26 | 11 | 0 | 38 | CF | 18 | 23 |
| Octal | 105 | 135 | 160 | 46 | 21 | 0 | 70 | 317 | 30 | 43 |
| Binary | 1000101 | 1011101 | 1110000 | 100110 | 10001 | 0 | 111000 | 11001111 | 11000 | 100011 |
Color Harmonies of #455D70
Complementary color
Monochromatic Colors of #455D70
Black with #455D70
Text Example
Text Example
White with #455D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D70; }
p { color: rgb(69,93,112); }
H1.HeaderClassName
{
color: #455D70;
}
.AnyTagClassName
{
color: #455D70;
}
</style>
background-color css
<style>
a { background-color: #455D70; }
a { background-color: rgb(69,93,112); }
div.DivClassName
{
background-color: #455D70;
}
.BgClassName
{
background-color: #455D70;
}
</style>
border-color css
<style>
span { border-color: #455D70; }
span { border-color: rgb(69,93,112); }
td.TdClassName
{
border-color: #455D70;
}
.TagClassName
{
border-color: #455D70;
}
</style>