#7479CE

Color #7479CE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7479CE

Tints of Moody Blue #7479CE

Color information

#7479CE (or 0x7479CE) is unknown color: approx Moody Blue. HEX triplet: 74, 79 and CE. RGB value is (116,121,206). Sum of RGB (Red+Green+Blue) = 116+121+206=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7479CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CE is #8B8631. Grayscale: #808080. Windows color (decimal): -9143858 or 13531508. OLE color: 13531508.

HSL color Cylindrical-coordinate representation of color #7479CE: hue angle of 236.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7479CE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116121206-
CMYK0.440.4100.19
HSL236.67º47.87%63.14%-
HSV(B)236.67º43.69%80.78%-
XYZ25.1821.8461.28-
YUV129.2171.34118.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=26.19%
G=27.31%
B=46.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161212060.440.4100.19236.6747.8763.14
Hex7479CE2C29013ed303f
Octal16417131654510233556077
Binary111010011110011100111010110010100101001111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7479CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7479CE; }

 p { color: rgb(116,121,206); }

 H1.HeaderClassName
 {
   color: #7479CE;
 }
 .AnyTagClassName
 {
   color: #7479CE;
 }
</style>
background-color css

<style>
 a { background-color: #7479CE; }

 a { background-color: rgb(116,121,206); }

 div.DivClassName
 {
   background-color: #7479CE;
 }
 .BgClassName
 {
   background-color: #7479CE;
 }
</style>
border-color css

<style>
 span { border-color: #7479CE; }

 span { border-color: rgb(116,121,206); }

 td.TdClassName
 {
   border-color: #7479CE;
 }
 .TagClassName
 {
   border-color: #7479CE;
 }
</style>