Shades of Wedgewood #415F8B
Tints of Wedgewood #415F8B
RGB
CMYK
RGB Variations
Color information
#415F8B (or 0x415F8B) is known color: Wedgewood. HEX triplet: 41, 5F and 8B. RGB value is (65,95,139). Sum of RGB (Red+Green+Blue) = 65+95+139=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #415F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F8B is #BEA074. Grayscale: #5A5A5A. Windows color (decimal): -12492917 or 9133889. OLE color: 9133889.
HSL color Cylindrical-coordinate representation of color #415F8B: hue angle of 215.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415F8B is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 95 | 139 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.45 |
| HSL | 215.68º | 0.36% | 0.4% | - |
| HSV(B) | 215.68º | 0.53% | 0.55% | - |
| XYZ | 10.93 | 11.17 | 26.01 | - |
| YUV | 91.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 139 | 0.53 | 0.32 | 0 | 0.45 | 215.68 | 0.36 | 0.4 |
| Hex | 41 | 5F | 8B | 35 | 20 | 0 | 2D | D8 | 24 | 28 |
| Octal | 101 | 137 | 213 | 65 | 40 | 0 | 55 | 330 | 44 | 50 |
| Binary | 1000001 | 1011111 | 10001011 | 110101 | 100000 | 0 | 101101 | 11011000 | 100100 | 101000 |
Color Harmonies of #415F8B
Complementary color
Monochromatic Colors of #415F8B
Black with #415F8B
Text Example
Text Example
White with #415F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F8B; }
p { color: rgb(65,95,139); }
H1.HeaderClassName
{
color: #415F8B;
}
.AnyTagClassName
{
color: #415F8B;
}
</style>
background-color css
<style>
a { background-color: #415F8B; }
a { background-color: rgb(65,95,139); }
div.DivClassName
{
background-color: #415F8B;
}
.BgClassName
{
background-color: #415F8B;
}
</style>
border-color css
<style>
span { border-color: #415F8B; }
span { border-color: rgb(65,95,139); }
td.TdClassName
{
border-color: #415F8B;
}
.TagClassName
{
border-color: #415F8B;
}
</style>