Shades of Fiord #4A626F
Tints of Fiord #4A626F
RGB
CMYK
RGB Variations
Color information
#4A626F (or 0x4A626F) is known color: Fiord. HEX triplet: 4A, 62 and 6F. RGB value is (74,98,111). Sum of RGB (Red+Green+Blue) = 74+98+111=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A626F is #B59D90. Grayscale: #5C5C5C. Windows color (decimal): -11902353 or 7299658. OLE color: 7299658.
HSL color Cylindrical-coordinate representation of color #4A626F: hue angle of 201.08º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A626F is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 98 | 111 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.56 |
| HSL | 201.08º | 0.2% | 0.36% | - |
| HSV(B) | 201.08º | 0.33% | 0.44% | - |
| XYZ | 10.06 | 11.34 | 16.7 | - |
| YUV | 92.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 111 | 0.33 | 0.12 | 0 | 0.56 | 201.08 | 0.2 | 0.36 |
| Hex | 4A | 62 | 6F | 21 | C | 0 | 38 | C9 | 14 | 24 |
| Octal | 112 | 142 | 157 | 41 | 14 | 0 | 70 | 311 | 24 | 44 |
| Binary | 1001010 | 1100010 | 1101111 | 100001 | 1100 | 0 | 111000 | 11001001 | 10100 | 100100 |
Color Harmonies of #4A626F
Complementary color
Monochromatic Colors of #4A626F
Black with #4A626F
Text Example
Text Example
White with #4A626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A626F; }
p { color: rgb(74,98,111); }
H1.HeaderClassName
{
color: #4A626F;
}
.AnyTagClassName
{
color: #4A626F;
}
</style>
background-color css
<style>
a { background-color: #4A626F; }
a { background-color: rgb(74,98,111); }
div.DivClassName
{
background-color: #4A626F;
}
.BgClassName
{
background-color: #4A626F;
}
</style>
border-color css
<style>
span { border-color: #4A626F; }
span { border-color: rgb(74,98,111); }
td.TdClassName
{
border-color: #4A626F;
}
.TagClassName
{
border-color: #4A626F;
}
</style>