Shades of Jelly Bean #4B768D
Tints of Jelly Bean #4B768D
RGB
CMYK
RGB Variations
Color information
#4B768D (or 0x4B768D) is known color: Jelly Bean. HEX triplet: 4B, 76 and 8D. RGB value is (75,118,141). Sum of RGB (Red+Green+Blue) = 75+118+141=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B768D is #B48972. Grayscale: #6B6B6B. Windows color (decimal): -11831667 or 9270859. OLE color: 9270859.
HSL color Cylindrical-coordinate representation of color #4B768D: hue angle of 200.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B768D is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 75 | 118 | 141 | - |
CMYK | 0.47 | 0.16 | 0 | 0.45 |
HSL | 200.91º | 0.31% | 0.42% | - |
HSV(B) | 200.91º | 0.47% | 0.55% | - |
XYZ | 14.19 | 16.38 | 27.61 | - |
YUV | 107.77 | 146.75 | 104.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 118 | 141 | 0.47 | 0.16 | 0 | 0.45 | 200.91 | 0.31 | 0.42 |
Hex | 4B | 76 | 8D | 2F | 10 | 0 | 2D | C9 | 1F | 2A |
Octal | 113 | 166 | 215 | 57 | 20 | 0 | 55 | 311 | 37 | 52 |
Binary | 1001011 | 1110110 | 10001101 | 101111 | 10000 | 0 | 101101 | 11001001 | 11111 | 101010 |
Color Harmonies of #4B768D
Complementary color
Monochromatic Colors of #4B768D
Black with #4B768D
Text Example
Text Example
White with #4B768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B768D; }
p { color: rgb(75,118,141); }
H1.HeaderClassName
{
color: #4B768D;
}
.AnyTagClassName
{
color: #4B768D;
}
</style>
background-color css
<style>
a { background-color: #4B768D; }
a { background-color: rgb(75,118,141); }
div.DivClassName
{
background-color: #4B768D;
}
.BgClassName
{
background-color: #4B768D;
}
</style>
border-color css
<style>
span { border-color: #4B768D; }
span { border-color: rgb(75,118,141); }
td.TdClassName
{
border-color: #4B768D;
}
.TagClassName
{
border-color: #4B768D;
}
</style>