Shades of Jelly Bean #417A8F
Tints of Jelly Bean #417A8F
RGB
CMYK
RGB Variations
Color information
#417A8F (or 0x417A8F) is known color: Jelly Bean. HEX triplet: 41, 7A and 8F. RGB value is (65,122,143). Sum of RGB (Red+Green+Blue) = 65+122+143=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #417A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A8F is #BE8570. Grayscale: #6B6B6B. Windows color (decimal): -12486001 or 9402945. OLE color: 9402945.
HSL color Cylindrical-coordinate representation of color #417A8F: hue angle of 196.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417A8F is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 122 | 143 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.44 |
| HSL | 196.15º | 0.38% | 0.41% | - |
| HSV(B) | 196.15º | 0.55% | 0.56% | - |
| XYZ | 14.1 | 17.03 | 28.53 | - |
| YUV | 107.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 143 | 0.55 | 0.15 | 0 | 0.44 | 196.15 | 0.38 | 0.41 |
| Hex | 41 | 7A | 8F | 37 | F | 0 | 2C | C4 | 26 | 29 |
| Octal | 101 | 172 | 217 | 67 | 17 | 0 | 54 | 304 | 46 | 51 |
| Binary | 1000001 | 1111010 | 10001111 | 110111 | 1111 | 0 | 101100 | 11000100 | 100110 | 101001 |
Color Harmonies of #417A8F
Complementary color
Monochromatic Colors of #417A8F
Black with #417A8F
Text Example
Text Example
White with #417A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A8F; }
p { color: rgb(65,122,143); }
H1.HeaderClassName
{
color: #417A8F;
}
.AnyTagClassName
{
color: #417A8F;
}
</style>
background-color css
<style>
a { background-color: #417A8F; }
a { background-color: rgb(65,122,143); }
div.DivClassName
{
background-color: #417A8F;
}
.BgClassName
{
background-color: #417A8F;
}
</style>
border-color css
<style>
span { border-color: #417A8F; }
span { border-color: rgb(65,122,143); }
td.TdClassName
{
border-color: #417A8F;
}
.TagClassName
{
border-color: #417A8F;
}
</style>