Shades of Wedgewood #456B83
Tints of Wedgewood #456B83
RGB
CMYK
RGB Variations
Color information
#456B83 (or 0x456B83) is known color: Wedgewood. HEX triplet: 45, 6B and 83. RGB value is (69,107,131). Sum of RGB (Red+Green+Blue) = 69+107+131=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #456B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B83 is #BA947C. Grayscale: #626262. Windows color (decimal): -12227709 or 8612677. OLE color: 8612677.
HSL color Cylindrical-coordinate representation of color #456B83: hue angle of 203.23º degrees, saturation: 0.31, 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 #456B83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 107 | 131 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.49 |
| HSL | 203.23º | 0.31% | 0.39% | - |
| HSV(B) | 203.23º | 0.47% | 0.51% | - |
| XYZ | 11.81 | 13.42 | 23.44 | - |
| YUV | 98.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 131 | 0.47 | 0.18 | 0 | 0.49 | 203.23 | 0.31 | 0.39 |
| Hex | 45 | 6B | 83 | 2F | 12 | 0 | 31 | CB | 1F | 27 |
| Octal | 105 | 153 | 203 | 57 | 22 | 0 | 61 | 313 | 37 | 47 |
| Binary | 1000101 | 1101011 | 10000011 | 101111 | 10010 | 0 | 110001 | 11001011 | 11111 | 100111 |
Color Harmonies of #456B83
Complementary color
Monochromatic Colors of #456B83
Black with #456B83
Text Example
Text Example
White with #456B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B83; }
p { color: rgb(69,107,131); }
H1.HeaderClassName
{
color: #456B83;
}
.AnyTagClassName
{
color: #456B83;
}
</style>
background-color css
<style>
a { background-color: #456B83; }
a { background-color: rgb(69,107,131); }
div.DivClassName
{
background-color: #456B83;
}
.BgClassName
{
background-color: #456B83;
}
</style>
border-color css
<style>
span { border-color: #456B83; }
span { border-color: rgb(69,107,131); }
td.TdClassName
{
border-color: #456B83;
}
.TagClassName
{
border-color: #456B83;
}
</style>