Shades of Jelly Bean #45769B
Tints of Jelly Bean #45769B
RGB
CMYK
RGB Variations
Color information
#45769B (or 0x45769B) is known color: Jelly Bean. HEX triplet: 45, 76 and 9B. RGB value is (69,118,155). Sum of RGB (Red+Green+Blue) = 69+118+155=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #45769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45769B is #BA8964. Grayscale: #6B6B6B. Windows color (decimal): -12224869 or 10188357. OLE color: 10188357.
HSL color Cylindrical-coordinate representation of color #45769B: hue angle of 205.81º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45769B is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 118 | 155 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.39 |
| HSL | 205.81º | 0.38% | 0.44% | - |
| HSV(B) | 205.81º | 0.55% | 0.61% | - |
| XYZ | 14.85 | 16.59 | 33.43 | - |
| YUV | 107.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 155 | 0.55 | 0.24 | 0 | 0.39 | 205.81 | 0.38 | 0.44 |
| Hex | 45 | 76 | 9B | 37 | 18 | 0 | 27 | CE | 26 | 2C |
| Octal | 105 | 166 | 233 | 67 | 30 | 0 | 47 | 316 | 46 | 54 |
| Binary | 1000101 | 1110110 | 10011011 | 110111 | 11000 | 0 | 100111 | 11001110 | 100110 | 101100 |
Color Harmonies of #45769B
Complementary color
Monochromatic Colors of #45769B
Black with #45769B
Text Example
Text Example
White with #45769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45769B; }
p { color: rgb(69,118,155); }
H1.HeaderClassName
{
color: #45769B;
}
.AnyTagClassName
{
color: #45769B;
}
</style>
background-color css
<style>
a { background-color: #45769B; }
a { background-color: rgb(69,118,155); }
div.DivClassName
{
background-color: #45769B;
}
.BgClassName
{
background-color: #45769B;
}
</style>
border-color css
<style>
span { border-color: #45769B; }
span { border-color: rgb(69,118,155); }
td.TdClassName
{
border-color: #45769B;
}
.TagClassName
{
border-color: #45769B;
}
</style>