Shades of Wedgewood #466C83
Tints of Wedgewood #466C83
RGB
CMYK
RGB Variations
Color information
#466C83 (or 0x466C83) is known color: Wedgewood. HEX triplet: 46, 6C and 83. RGB value is (70,108,131). Sum of RGB (Red+Green+Blue) = 70+108+131=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #466C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C83 is #B9937C. Grayscale: #636363. Windows color (decimal): -12161917 or 8612934. OLE color: 8612934.
HSL color Cylindrical-coordinate representation of color #466C83: hue angle of 202.62º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466C83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 108 | 131 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.49 |
| HSL | 202.62º | 0.3% | 0.39% | - |
| HSV(B) | 202.62º | 0.47% | 0.51% | - |
| XYZ | 11.99 | 13.67 | 23.48 | - |
| YUV | 99.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 131 | 0.47 | 0.18 | 0 | 0.49 | 202.62 | 0.3 | 0.39 |
| Hex | 46 | 6C | 83 | 2F | 12 | 0 | 31 | CB | 1E | 27 |
| Octal | 106 | 154 | 203 | 57 | 22 | 0 | 61 | 313 | 36 | 47 |
| Binary | 1000110 | 1101100 | 10000011 | 101111 | 10010 | 0 | 110001 | 11001011 | 11110 | 100111 |
Color Harmonies of #466C83
Complementary color
Monochromatic Colors of #466C83
Black with #466C83
Text Example
Text Example
White with #466C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C83; }
p { color: rgb(70,108,131); }
H1.HeaderClassName
{
color: #466C83;
}
.AnyTagClassName
{
color: #466C83;
}
</style>
background-color css
<style>
a { background-color: #466C83; }
a { background-color: rgb(70,108,131); }
div.DivClassName
{
background-color: #466C83;
}
.BgClassName
{
background-color: #466C83;
}
</style>
border-color css
<style>
span { border-color: #466C83; }
span { border-color: rgb(70,108,131); }
td.TdClassName
{
border-color: #466C83;
}
.TagClassName
{
border-color: #466C83;
}
</style>