Shades of Fiord #4B5E6B
Tints of Fiord #4B5E6B
RGB
CMYK
RGB Variations
Color information
#4B5E6B (or 0x4B5E6B) is known color: Fiord. HEX triplet: 4B, 5E and 6B. RGB value is (75,94,107). Sum of RGB (Red+Green+Blue) = 75+94+107=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 94 (37.11% from 255 or 34.06% 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 #4B5E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5E6B is #B4A194. Grayscale: #595959. Windows color (decimal): -11837845 or 7036491. OLE color: 7036491.
HSL color Cylindrical-coordinate representation of color #4B5E6B: hue angle of 204.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B5E6B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 75 | 94 | 107 | - |
CMYK | 0.30 | 0.12 | 0 | 0.58 |
HSL | 204.38º | 0.18% | 0.36% | - |
HSV(B) | 204.38º | 0.3% | 0.42% | - |
XYZ | 9.56 | 10.56 | 15.44 | - |
YUV | 89.8 | 137.71 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 94 | 107 | 0.30 | 0.12 | 0 | 0.58 | 204.38 | 0.18 | 0.36 |
Hex | 4B | 5E | 6B | 1E | C | 0 | 3A | CC | 12 | 24 |
Octal | 113 | 136 | 153 | 36 | 14 | 0 | 72 | 314 | 22 | 44 |
Binary | 1001011 | 1011110 | 1101011 | 11110 | 1100 | 0 | 111010 | 11001100 | 10010 | 100100 |
Color Harmonies of #4B5E6B
Complementary color
Monochromatic Colors of #4B5E6B
Black with #4B5E6B
Text Example
Text Example
White with #4B5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5E6B; }
p { color: rgb(75,94,107); }
H1.HeaderClassName
{
color: #4B5E6B;
}
.AnyTagClassName
{
color: #4B5E6B;
}
</style>
background-color css
<style>
a { background-color: #4B5E6B; }
a { background-color: rgb(75,94,107); }
div.DivClassName
{
background-color: #4B5E6B;
}
.BgClassName
{
background-color: #4B5E6B;
}
</style>
border-color css
<style>
span { border-color: #4B5E6B; }
span { border-color: rgb(75,94,107); }
td.TdClassName
{
border-color: #4B5E6B;
}
.TagClassName
{
border-color: #4B5E6B;
}
</style>