#7479CF

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

Shades of Moody Blue #7479CF

Tints of Moody Blue #7479CF

Color information

#7479CF (or 0x7479CF) is unknown color: approx Moody Blue. HEX triplet: 74, 79 and CF. RGB value is (116,121,207). Sum of RGB (Red+Green+Blue) = 116+121+207=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #7479CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CF is #8B8630. Grayscale: #808080. Windows color (decimal): -9143857 or 13597044. OLE color: 13597044.

HSL color Cylindrical-coordinate representation of color #7479CF: hue angle of 236.7º degrees, saturation: 0.49, 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 #7479CF is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116121207-
CMYK0.440.4200.19
HSL236.7º48.66%63.33%-
HSV(B)236.7º43.96%81.18%-
XYZ25.321.8961.92-
YUV129.31171.84118.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=26.13%
G=27.25%
B=46.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161212070.440.4200.19236.748.6663.33
Hex7479CF2C2A013ed313f
Octal16417131754520233556177
Binary111010011110011100111110110010101001001111101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7479CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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