Shades of Moody Blue #7479C4
Tints of Moody Blue #7479C4
RGB
CMYK
RGB Variations
Color information
#7479C4 (or 0x7479C4) is known color: Moody Blue. HEX triplet: 74, 79 and C4. RGB value is (116,121,196). Sum of RGB (Red+Green+Blue) = 116+121+196=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #7479C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479C4 is #8B863B. Grayscale: #7F7F7F. Windows color (decimal): -9143868 or 12876148. OLE color: 12876148.
HSL color Cylindrical-coordinate representation of color #7479C4: hue angle of 236.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7479C4 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 121 | 196 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.23 |
| HSL | 236.25º | 0.4% | 0.61% | - |
| HSV(B) | 236.25º | 0.41% | 0.77% | - |
| XYZ | 24 | 21.37 | 55.08 | - |
| YUV | 128.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 196 | 0.41 | 0.38 | 0 | 0.23 | 236.25 | 0.4 | 0.61 |
| Hex | 74 | 79 | C4 | 29 | 26 | 0 | 17 | EC | 28 | 3D |
| Octal | 164 | 171 | 304 | 51 | 46 | 0 | 27 | 354 | 50 | 75 |
| Binary | 1110100 | 1111001 | 11000100 | 101001 | 100110 | 0 | 10111 | 11101100 | 101000 | 111101 |
Color Harmonies of #7479C4
Complementary color
Monochromatic Colors of #7479C4
Black with #7479C4
Text Example
Text Example
White with #7479C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7479C4; }
p { color: rgb(116,121,196); }
H1.HeaderClassName
{
color: #7479C4;
}
.AnyTagClassName
{
color: #7479C4;
}
</style>
background-color css
<style>
a { background-color: #7479C4; }
a { background-color: rgb(116,121,196); }
div.DivClassName
{
background-color: #7479C4;
}
.BgClassName
{
background-color: #7479C4;
}
</style>
border-color css
<style>
span { border-color: #7479C4; }
span { border-color: rgb(116,121,196); }
td.TdClassName
{
border-color: #7479C4;
}
.TagClassName
{
border-color: #7479C4;
}
</style>