Shades of Fiord #455E6A
Tints of Fiord #455E6A
RGB
CMYK
RGB Variations
Color information
#455E6A (or 0x455E6A) is known color: Fiord. HEX triplet: 45, 5E and 6A. RGB value is (69,94,106). Sum of RGB (Red+Green+Blue) = 69+94+106=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #455E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E6A is #BAA195. Grayscale: #575757. Windows color (decimal): -12231062 or 6970949. OLE color: 6970949.
HSL color Cylindrical-coordinate representation of color #455E6A: hue angle of 199.46º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #455E6A is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 94 | 106 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.58 |
| HSL | 199.46º | 0.21% | 0.34% | - |
| HSV(B) | 199.46º | 0.35% | 0.42% | - |
| XYZ | 9.06 | 10.31 | 15.15 | - |
| YUV | 87.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 106 | 0.35 | 0.11 | 0 | 0.58 | 199.46 | 0.21 | 0.34 |
| Hex | 45 | 5E | 6A | 23 | B | 0 | 3A | C7 | 15 | 22 |
| Octal | 105 | 136 | 152 | 43 | 13 | 0 | 72 | 307 | 25 | 42 |
| Binary | 1000101 | 1011110 | 1101010 | 100011 | 1011 | 0 | 111010 | 11000111 | 10101 | 100010 |
Color Harmonies of #455E6A
Complementary color
Monochromatic Colors of #455E6A
Black with #455E6A
Text Example
Text Example
White with #455E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E6A; }
p { color: rgb(69,94,106); }
H1.HeaderClassName
{
color: #455E6A;
}
.AnyTagClassName
{
color: #455E6A;
}
</style>
background-color css
<style>
a { background-color: #455E6A; }
a { background-color: rgb(69,94,106); }
div.DivClassName
{
background-color: #455E6A;
}
.BgClassName
{
background-color: #455E6A;
}
</style>
border-color css
<style>
span { border-color: #455E6A; }
span { border-color: rgb(69,94,106); }
td.TdClassName
{
border-color: #455E6A;
}
.TagClassName
{
border-color: #455E6A;
}
</style>