Shades of Chambray #4F5B82
Tints of Chambray #4F5B82
RGB
CMYK
RGB Variations
Color information
#4F5B82 (or 0x4F5B82) is known color: Chambray. HEX triplet: 4F, 5B and 82. RGB value is (79,91,130). Sum of RGB (Red+Green+Blue) = 79+91+130=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F5B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5B82 is #B0A47D. Grayscale: #5B5B5B. Windows color (decimal): -11576446 or 8543055. OLE color: 8543055.
HSL color Cylindrical-coordinate representation of color #4F5B82: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F5B82 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 91 | 130 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.49 |
| HSL | 225.88º | 0.24% | 0.41% | - |
| HSV(B) | 225.88º | 0.39% | 0.51% | - |
| XYZ | 10.99 | 10.76 | 22.62 | - |
| YUV | 91.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 130 | 0.39 | 0.30 | 0 | 0.49 | 225.88 | 0.24 | 0.41 |
| Hex | 4F | 5B | 82 | 27 | 1E | 0 | 31 | E2 | 18 | 29 |
| Octal | 117 | 133 | 202 | 47 | 36 | 0 | 61 | 342 | 30 | 51 |
| Binary | 1001111 | 1011011 | 10000010 | 100111 | 11110 | 0 | 110001 | 11100010 | 11000 | 101001 |
Color Harmonies of #4F5B82
Complementary color
Monochromatic Colors of #4F5B82
Black with #4F5B82
Text Example
Text Example
White with #4F5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5B82; }
p { color: rgb(79,91,130); }
H1.HeaderClassName
{
color: #4F5B82;
}
.AnyTagClassName
{
color: #4F5B82;
}
</style>
background-color css
<style>
a { background-color: #4F5B82; }
a { background-color: rgb(79,91,130); }
div.DivClassName
{
background-color: #4F5B82;
}
.BgClassName
{
background-color: #4F5B82;
}
</style>
border-color css
<style>
span { border-color: #4F5B82; }
span { border-color: rgb(79,91,130); }
td.TdClassName
{
border-color: #4F5B82;
}
.TagClassName
{
border-color: #4F5B82;
}
</style>