Shades of Wedgewood #416483
Tints of Wedgewood #416483
RGB
CMYK
RGB Variations
Color information
#416483 (or 0x416483) is known color: Wedgewood. HEX triplet: 41, 64 and 83. RGB value is (65,100,131). Sum of RGB (Red+Green+Blue) = 65+100+131=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #416483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416483 is #BE9B7C. Grayscale: #5C5C5C. Windows color (decimal): -12491645 or 8610881. OLE color: 8610881.
HSL color Cylindrical-coordinate representation of color #416483: hue angle of 208.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416483 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 100 | 131 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.49 |
| HSL | 208.18º | 0.34% | 0.38% | - |
| HSV(B) | 208.18º | 0.5% | 0.51% | - |
| XYZ | 10.83 | 11.88 | 23.19 | - |
| YUV | 93.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 131 | 0.50 | 0.24 | 0 | 0.49 | 208.18 | 0.34 | 0.38 |
| Hex | 41 | 64 | 83 | 32 | 18 | 0 | 31 | D0 | 22 | 26 |
| Octal | 101 | 144 | 203 | 62 | 30 | 0 | 61 | 320 | 42 | 46 |
| Binary | 1000001 | 1100100 | 10000011 | 110010 | 11000 | 0 | 110001 | 11010000 | 100010 | 100110 |
Color Harmonies of #416483
Complementary color
Monochromatic Colors of #416483
Black with #416483
Text Example
Text Example
White with #416483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416483; }
p { color: rgb(65,100,131); }
H1.HeaderClassName
{
color: #416483;
}
.AnyTagClassName
{
color: #416483;
}
</style>
background-color css
<style>
a { background-color: #416483; }
a { background-color: rgb(65,100,131); }
div.DivClassName
{
background-color: #416483;
}
.BgClassName
{
background-color: #416483;
}
</style>
border-color css
<style>
span { border-color: #416483; }
span { border-color: rgb(65,100,131); }
td.TdClassName
{
border-color: #416483;
}
.TagClassName
{
border-color: #416483;
}
</style>