Shades of Wedgewood #495F8A
Tints of Wedgewood #495F8A
RGB
CMYK
RGB Variations
Color information
#495F8A (or 0x495F8A) is known color: Wedgewood. HEX triplet: 49, 5F and 8A. RGB value is (73,95,138). Sum of RGB (Red+Green+Blue) = 73+95+138=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #495F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F8A is #B6A075. Grayscale: #5D5D5D. Windows color (decimal): -11968630 or 9068361. OLE color: 9068361.
HSL color Cylindrical-coordinate representation of color #495F8A: hue angle of 219.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495F8A is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 95 | 138 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.46 |
| HSL | 219.69º | 0.31% | 0.41% | - |
| HSV(B) | 219.69º | 0.47% | 0.54% | - |
| XYZ | 11.43 | 11.44 | 25.65 | - |
| YUV | 93.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 138 | 0.47 | 0.31 | 0 | 0.46 | 219.69 | 0.31 | 0.41 |
| Hex | 49 | 5F | 8A | 2F | 1F | 0 | 2E | DC | 1F | 29 |
| Octal | 111 | 137 | 212 | 57 | 37 | 0 | 56 | 334 | 37 | 51 |
| Binary | 1001001 | 1011111 | 10001010 | 101111 | 11111 | 0 | 101110 | 11011100 | 11111 | 101001 |
Color Harmonies of #495F8A
Complementary color
Monochromatic Colors of #495F8A
Black with #495F8A
Text Example
Text Example
White with #495F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F8A; }
p { color: rgb(73,95,138); }
H1.HeaderClassName
{
color: #495F8A;
}
.AnyTagClassName
{
color: #495F8A;
}
</style>
background-color css
<style>
a { background-color: #495F8A; }
a { background-color: rgb(73,95,138); }
div.DivClassName
{
background-color: #495F8A;
}
.BgClassName
{
background-color: #495F8A;
}
</style>
border-color css
<style>
span { border-color: #495F8A; }
span { border-color: rgb(73,95,138); }
td.TdClassName
{
border-color: #495F8A;
}
.TagClassName
{
border-color: #495F8A;
}
</style>