Shades of Wedgewood #50748B
Tints of Wedgewood #50748B
RGB
CMYK
RGB Variations
Color information
#50748B (or 0x50748B) is known color: Wedgewood. HEX triplet: 50, 74 and 8B. RGB value is (80,116,139). Sum of RGB (Red+Green+Blue) = 80+116+139=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #50748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50748B is #AF8B74. Grayscale: #6B6B6B. Windows color (decimal): -11504501 or 9139280. OLE color: 9139280.
HSL color Cylindrical-coordinate representation of color #50748B: hue angle of 203.39º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50748B is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 116 | 139 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.45 |
| HSL | 203.39º | 0.27% | 0.43% | - |
| HSV(B) | 203.39º | 0.42% | 0.55% | - |
| XYZ | 14.21 | 16.06 | 26.78 | - |
| YUV | 107.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 139 | 0.42 | 0.17 | 0 | 0.45 | 203.39 | 0.27 | 0.43 |
| Hex | 50 | 74 | 8B | 2A | 11 | 0 | 2D | CB | 1B | 2B |
| Octal | 120 | 164 | 213 | 52 | 21 | 0 | 55 | 313 | 33 | 53 |
| Binary | 1010000 | 1110100 | 10001011 | 101010 | 10001 | 0 | 101101 | 11001011 | 11011 | 101011 |
Color Harmonies of #50748B
Complementary color
Monochromatic Colors of #50748B
Black with #50748B
Text Example
Text Example
White with #50748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50748B; }
p { color: rgb(80,116,139); }
H1.HeaderClassName
{
color: #50748B;
}
.AnyTagClassName
{
color: #50748B;
}
</style>
background-color css
<style>
a { background-color: #50748B; }
a { background-color: rgb(80,116,139); }
div.DivClassName
{
background-color: #50748B;
}
.BgClassName
{
background-color: #50748B;
}
</style>
border-color css
<style>
span { border-color: #50748B; }
span { border-color: rgb(80,116,139); }
td.TdClassName
{
border-color: #50748B;
}
.TagClassName
{
border-color: #50748B;
}
</style>