Shades of Fiord #495F6B
Tints of Fiord #495F6B
RGB
CMYK
RGB Variations
Color information
#495F6B (or 0x495F6B) is known color: Fiord. HEX triplet: 49, 5F and 6B. RGB value is (73,95,107). Sum of RGB (Red+Green+Blue) = 73+95+107=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #495F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F6B is #B6A094. Grayscale: #595959. Windows color (decimal): -11968661 or 7036745. OLE color: 7036745.
HSL color Cylindrical-coordinate representation of color #495F6B: hue angle of 201.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #495F6B is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 95 | 107 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.58 |
| HSL | 201.18º | 0.19% | 0.35% | - |
| HSV(B) | 201.18º | 0.32% | 0.42% | - |
| XYZ | 9.49 | 10.66 | 15.47 | - |
| YUV | 89.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 107 | 0.32 | 0.11 | 0 | 0.58 | 201.18 | 0.19 | 0.35 |
| Hex | 49 | 5F | 6B | 20 | B | 0 | 3A | C9 | 13 | 23 |
| Octal | 111 | 137 | 153 | 40 | 13 | 0 | 72 | 311 | 23 | 43 |
| Binary | 1001001 | 1011111 | 1101011 | 100000 | 1011 | 0 | 111010 | 11001001 | 10011 | 100011 |
Color Harmonies of #495F6B
Complementary color
Monochromatic Colors of #495F6B
Black with #495F6B
Text Example
Text Example
White with #495F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F6B; }
p { color: rgb(73,95,107); }
H1.HeaderClassName
{
color: #495F6B;
}
.AnyTagClassName
{
color: #495F6B;
}
</style>
background-color css
<style>
a { background-color: #495F6B; }
a { background-color: rgb(73,95,107); }
div.DivClassName
{
background-color: #495F6B;
}
.BgClassName
{
background-color: #495F6B;
}
</style>
border-color css
<style>
span { border-color: #495F6B; }
span { border-color: rgb(73,95,107); }
td.TdClassName
{
border-color: #495F6B;
}
.TagClassName
{
border-color: #495F6B;
}
</style>