Shades of Chambray #4F5F7A
Tints of Chambray #4F5F7A
RGB
CMYK
RGB Variations
Color information
#4F5F7A (or 0x4F5F7A) is known color: Chambray. HEX triplet: 4F, 5F and 7A. RGB value is (79,95,122). Sum of RGB (Red+Green+Blue) = 79+95+122=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F5F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5F7A is #B0A085. Grayscale: #5D5D5D. Windows color (decimal): -11575430 or 8019791. OLE color: 8019791.
HSL color Cylindrical-coordinate representation of color #4F5F7A: hue angle of 217.67º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F5F7A is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 95 | 122 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.52 |
| HSL | 217.67º | 0.21% | 0.39% | - |
| HSV(B) | 217.67º | 0.35% | 0.48% | - |
| XYZ | 10.83 | 11.25 | 20.01 | - |
| YUV | 93.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 122 | 0.35 | 0.22 | 0 | 0.52 | 217.67 | 0.21 | 0.39 |
| Hex | 4F | 5F | 7A | 23 | 16 | 0 | 34 | DA | 15 | 27 |
| Octal | 117 | 137 | 172 | 43 | 26 | 0 | 64 | 332 | 25 | 47 |
| Binary | 1001111 | 1011111 | 1111010 | 100011 | 10110 | 0 | 110100 | 11011010 | 10101 | 100111 |
Color Harmonies of #4F5F7A
Complementary color
Monochromatic Colors of #4F5F7A
Black with #4F5F7A
Text Example
Text Example
White with #4F5F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F7A; }
p { color: rgb(79,95,122); }
H1.HeaderClassName
{
color: #4F5F7A;
}
.AnyTagClassName
{
color: #4F5F7A;
}
</style>
background-color css
<style>
a { background-color: #4F5F7A; }
a { background-color: rgb(79,95,122); }
div.DivClassName
{
background-color: #4F5F7A;
}
.BgClassName
{
background-color: #4F5F7A;
}
</style>
border-color css
<style>
span { border-color: #4F5F7A; }
span { border-color: rgb(79,95,122); }
td.TdClassName
{
border-color: #4F5F7A;
}
.TagClassName
{
border-color: #4F5F7A;
}
</style>