Shades of Wedgewood #4A647B
Tints of Wedgewood #4A647B
RGB
CMYK
RGB Variations
Color information
#4A647B (or 0x4A647B) is known color: Wedgewood. HEX triplet: 4A, 64 and 7B. RGB value is (74,100,123). Sum of RGB (Red+Green+Blue) = 74+100+123=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A647B is #B59B84. Grayscale: #5E5E5E. Windows color (decimal): -11901829 or 8086602. OLE color: 8086602.
HSL color Cylindrical-coordinate representation of color #4A647B: hue angle of 208.16º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A647B is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 100 | 123 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.52 |
| HSL | 208.16º | 0.25% | 0.39% | - |
| HSV(B) | 208.16º | 0.4% | 0.48% | - |
| XYZ | 10.96 | 12 | 20.48 | - |
| YUV | 94.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 123 | 0.40 | 0.19 | 0 | 0.52 | 208.16 | 0.25 | 0.39 |
| Hex | 4A | 64 | 7B | 28 | 13 | 0 | 34 | D0 | 19 | 27 |
| Octal | 112 | 144 | 173 | 50 | 23 | 0 | 64 | 320 | 31 | 47 |
| Binary | 1001010 | 1100100 | 1111011 | 101000 | 10011 | 0 | 110100 | 11010000 | 11001 | 100111 |
Color Harmonies of #4A647B
Complementary color
Monochromatic Colors of #4A647B
Black with #4A647B
Text Example
Text Example
White with #4A647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A647B; }
p { color: rgb(74,100,123); }
H1.HeaderClassName
{
color: #4A647B;
}
.AnyTagClassName
{
color: #4A647B;
}
</style>
background-color css
<style>
a { background-color: #4A647B; }
a { background-color: rgb(74,100,123); }
div.DivClassName
{
background-color: #4A647B;
}
.BgClassName
{
background-color: #4A647B;
}
</style>
border-color css
<style>
span { border-color: #4A647B; }
span { border-color: rgb(74,100,123); }
td.TdClassName
{
border-color: #4A647B;
}
.TagClassName
{
border-color: #4A647B;
}
</style>