Shades of Wedgewood #466B83
Tints of Wedgewood #466B83
RGB
CMYK
RGB Variations
Color information
#466B83 (or 0x466B83) is known color: Wedgewood. HEX triplet: 46, 6B and 83. RGB value is (70,107,131). Sum of RGB (Red+Green+Blue) = 70+107+131=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #466B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B83 is #B9947C. Grayscale: #626262. Windows color (decimal): -12162173 or 8612678. OLE color: 8612678.
HSL color Cylindrical-coordinate representation of color #466B83: hue angle of 203.61º 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 #466B83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 107 | 131 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.49 |
| HSL | 203.61º | 0.3% | 0.39% | - |
| HSV(B) | 203.61º | 0.47% | 0.51% | - |
| XYZ | 11.88 | 13.46 | 23.44 | - |
| YUV | 98.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 131 | 0.47 | 0.18 | 0 | 0.49 | 203.61 | 0.3 | 0.39 |
| Hex | 46 | 6B | 83 | 2F | 12 | 0 | 31 | CC | 1E | 27 |
| Octal | 106 | 153 | 203 | 57 | 22 | 0 | 61 | 314 | 36 | 47 |
| Binary | 1000110 | 1101011 | 10000011 | 101111 | 10010 | 0 | 110001 | 11001100 | 11110 | 100111 |
Color Harmonies of #466B83
Complementary color
Monochromatic Colors of #466B83
Black with #466B83
Text Example
Text Example
White with #466B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B83; }
p { color: rgb(70,107,131); }
H1.HeaderClassName
{
color: #466B83;
}
.AnyTagClassName
{
color: #466B83;
}
</style>
background-color css
<style>
a { background-color: #466B83; }
a { background-color: rgb(70,107,131); }
div.DivClassName
{
background-color: #466B83;
}
.BgClassName
{
background-color: #466B83;
}
</style>
border-color css
<style>
span { border-color: #466B83; }
span { border-color: rgb(70,107,131); }
td.TdClassName
{
border-color: #466B83;
}
.TagClassName
{
border-color: #466B83;
}
</style>