Shades of Mako #475B5B
Tints of Mako #475B5B
RGB
CMYK
RGB Variations
Color information
#475B5B (or 0x475B5B) is known color: Mako. HEX triplet: 47, 5B and 5B. RGB value is (71,91,91). Sum of RGB (Red+Green+Blue) = 71+91+91=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #475B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B5B is #B8A4A4. Grayscale: #555555. Windows color (decimal): -12100773 or 5987143. OLE color: 5987143.
HSL color Cylindrical-coordinate representation of color #475B5B: hue angle of 180º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475B5B is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 71 | 91 | 91 | - |
CMYK | 0.22 | 0 | 0 | 0.64 |
HSL | 180º | 0.12% | 0.32% | - |
HSV(B) | 180º | 0.22% | 0.36% | - |
XYZ | 8.23 | 9.58 | 11.31 | - |
YUV | 85.02 | 131.37 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 71 | 91 | 91 | 0.22 | 0 | 0 | 0.64 | 180 | 0.12 | 0.32 |
Hex | 47 | 5B | 5B | 16 | 0 | 0 | 40 | B4 | C | 20 |
Octal | 107 | 133 | 133 | 26 | 0 | 0 | 100 | 264 | 14 | 40 |
Binary | 1000111 | 1011011 | 1011011 | 10110 | 0 | 0 | 1000000 | 10110100 | 1100 | 100000 |
Color Harmonies of #475B5B
Complementary color
Monochromatic Colors of #475B5B
Black with #475B5B
Text Example
Text Example
White with #475B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B5B; }
p { color: rgb(71,91,91); }
H1.HeaderClassName
{
color: #475B5B;
}
.AnyTagClassName
{
color: #475B5B;
}
</style>
background-color css
<style>
a { background-color: #475B5B; }
a { background-color: rgb(71,91,91); }
div.DivClassName
{
background-color: #475B5B;
}
.BgClassName
{
background-color: #475B5B;
}
</style>
border-color css
<style>
span { border-color: #475B5B; }
span { border-color: rgb(71,91,91); }
td.TdClassName
{
border-color: #475B5B;
}
.TagClassName
{
border-color: #475B5B;
}
</style>