Shades of Wedgewood #4B6283
Tints of Wedgewood #4B6283
RGB
CMYK
RGB Variations
Color information
#4B6283 (or 0x4B6283) is known color: Wedgewood. HEX triplet: 4B, 62 and 83. RGB value is (75,98,131). Sum of RGB (Red+Green+Blue) = 75+98+131=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B6283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6283 is #B49D7C. Grayscale: #5E5E5E. Windows color (decimal): -11836797 or 8610379. OLE color: 8610379.
HSL color Cylindrical-coordinate representation of color #4B6283: hue angle of 215.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B6283 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 98 | 131 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.49 |
| HSL | 215.36º | 0.27% | 0.4% | - |
| HSV(B) | 215.36º | 0.43% | 0.51% | - |
| XYZ | 11.37 | 11.87 | 23.16 | - |
| YUV | 94.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 131 | 0.43 | 0.25 | 0 | 0.49 | 215.36 | 0.27 | 0.4 |
| Hex | 4B | 62 | 83 | 2B | 19 | 0 | 31 | D7 | 1B | 28 |
| Octal | 113 | 142 | 203 | 53 | 31 | 0 | 61 | 327 | 33 | 50 |
| Binary | 1001011 | 1100010 | 10000011 | 101011 | 11001 | 0 | 110001 | 11010111 | 11011 | 101000 |
Color Harmonies of #4B6283
Complementary color
Monochromatic Colors of #4B6283
Black with #4B6283
Text Example
Text Example
White with #4B6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6283; }
p { color: rgb(75,98,131); }
H1.HeaderClassName
{
color: #4B6283;
}
.AnyTagClassName
{
color: #4B6283;
}
</style>
background-color css
<style>
a { background-color: #4B6283; }
a { background-color: rgb(75,98,131); }
div.DivClassName
{
background-color: #4B6283;
}
.BgClassName
{
background-color: #4B6283;
}
</style>
border-color css
<style>
span { border-color: #4B6283; }
span { border-color: rgb(75,98,131); }
td.TdClassName
{
border-color: #4B6283;
}
.TagClassName
{
border-color: #4B6283;
}
</style>