Shades of Wedgewood #416485
Tints of Wedgewood #416485
RGB
CMYK
RGB Variations
Color information
#416485 (or 0x416485) is known color: Wedgewood. HEX triplet: 41, 64 and 85. RGB value is (65,100,133). Sum of RGB (Red+Green+Blue) = 65+100+133=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #416485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416485 is #BE9B7A. Grayscale: #5D5D5D. Windows color (decimal): -12491643 or 8741953. OLE color: 8741953.
HSL color Cylindrical-coordinate representation of color #416485: hue angle of 209.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416485 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 100 | 133 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.48 |
| HSL | 209.12º | 0.34% | 0.39% | - |
| HSV(B) | 209.12º | 0.51% | 0.52% | - |
| XYZ | 10.97 | 11.93 | 23.92 | - |
| YUV | 93.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 133 | 0.51 | 0.25 | 0 | 0.48 | 209.12 | 0.34 | 0.39 |
| Hex | 41 | 64 | 85 | 33 | 19 | 0 | 30 | D1 | 22 | 27 |
| Octal | 101 | 144 | 205 | 63 | 31 | 0 | 60 | 321 | 42 | 47 |
| Binary | 1000001 | 1100100 | 10000101 | 110011 | 11001 | 0 | 110000 | 11010001 | 100010 | 100111 |
Color Harmonies of #416485
Complementary color
Monochromatic Colors of #416485
Black with #416485
Text Example
Text Example
White with #416485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416485; }
p { color: rgb(65,100,133); }
H1.HeaderClassName
{
color: #416485;
}
.AnyTagClassName
{
color: #416485;
}
</style>
background-color css
<style>
a { background-color: #416485; }
a { background-color: rgb(65,100,133); }
div.DivClassName
{
background-color: #416485;
}
.BgClassName
{
background-color: #416485;
}
</style>
border-color css
<style>
span { border-color: #416485; }
span { border-color: rgb(65,100,133); }
td.TdClassName
{
border-color: #416485;
}
.TagClassName
{
border-color: #416485;
}
</style>