Shades of Fiord #4A5F6B
Tints of Fiord #4A5F6B
RGB
CMYK
RGB Variations
Color information
#4A5F6B (or 0x4A5F6B) is known color: Fiord. HEX triplet: 4A, 5F and 6B. RGB value is (74,95,107). Sum of RGB (Red+Green+Blue) = 74+95+107=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A5F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5F6B is #B5A094. Grayscale: #5A5A5A. Windows color (decimal): -11903125 or 7036746. OLE color: 7036746.
HSL color Cylindrical-coordinate representation of color #4A5F6B: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A5F6B is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 95 | 107 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.58 |
| HSL | 201.82º | 0.18% | 0.35% | - |
| HSV(B) | 201.82º | 0.31% | 0.42% | - |
| XYZ | 9.57 | 10.7 | 15.47 | - |
| YUV | 90.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 107 | 0.31 | 0.11 | 0 | 0.58 | 201.82 | 0.18 | 0.35 |
| Hex | 4A | 5F | 6B | 1F | B | 0 | 3A | CA | 12 | 23 |
| Octal | 112 | 137 | 153 | 37 | 13 | 0 | 72 | 312 | 22 | 43 |
| Binary | 1001010 | 1011111 | 1101011 | 11111 | 1011 | 0 | 111010 | 11001010 | 10010 | 100011 |
Color Harmonies of #4A5F6B
Complementary color
Monochromatic Colors of #4A5F6B
Black with #4A5F6B
Text Example
Text Example
White with #4A5F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5F6B; }
p { color: rgb(74,95,107); }
H1.HeaderClassName
{
color: #4A5F6B;
}
.AnyTagClassName
{
color: #4A5F6B;
}
</style>
background-color css
<style>
a { background-color: #4A5F6B; }
a { background-color: rgb(74,95,107); }
div.DivClassName
{
background-color: #4A5F6B;
}
.BgClassName
{
background-color: #4A5F6B;
}
</style>
border-color css
<style>
span { border-color: #4A5F6B; }
span { border-color: rgb(74,95,107); }
td.TdClassName
{
border-color: #4A5F6B;
}
.TagClassName
{
border-color: #4A5F6B;
}
</style>