Shades of Fiord #4B575E
Tints of Fiord #4B575E
RGB
CMYK
RGB Variations
Color information
#4B575E (or 0x4B575E) is known color: Fiord. HEX triplet: 4B, 57 and 5E. RGB value is (75,87,94). Sum of RGB (Red+Green+Blue) = 75+87+94=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B575E is #B4A8A1. Grayscale: #545454. Windows color (decimal): -11839650 or 6182731. OLE color: 6182731.
HSL color Cylindrical-coordinate representation of color #4B575E: hue angle of 202.11º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B575E is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 87 | 94 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.63 |
| HSL | 202.11º | 0.11% | 0.33% | - |
| HSV(B) | 202.11º | 0.2% | 0.37% | - |
| XYZ | 8.33 | 9.12 | 11.91 | - |
| YUV | 84.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 94 | 0.20 | 0.07 | 0 | 0.63 | 202.11 | 0.11 | 0.33 |
| Hex | 4B | 57 | 5E | 14 | 7 | 0 | 3F | CA | B | 21 |
| Octal | 113 | 127 | 136 | 24 | 7 | 0 | 77 | 312 | 13 | 41 |
| Binary | 1001011 | 1010111 | 1011110 | 10100 | 111 | 0 | 111111 | 11001010 | 1011 | 100001 |
Color Harmonies of #4B575E
Complementary color
Monochromatic Colors of #4B575E
Black with #4B575E
Text Example
Text Example
White with #4B575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B575E; }
p { color: rgb(75,87,94); }
H1.HeaderClassName
{
color: #4B575E;
}
.AnyTagClassName
{
color: #4B575E;
}
</style>
background-color css
<style>
a { background-color: #4B575E; }
a { background-color: rgb(75,87,94); }
div.DivClassName
{
background-color: #4B575E;
}
.BgClassName
{
background-color: #4B575E;
}
</style>
border-color css
<style>
span { border-color: #4B575E; }
span { border-color: rgb(75,87,94); }
td.TdClassName
{
border-color: #4B575E;
}
.TagClassName
{
border-color: #4B575E;
}
</style>