#7479DA

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

Shades of Moody Blue #7479DA

Tints of Moody Blue #7479DA

Color information

#7479DA (or 0x7479DA) is unknown color: approx Moody Blue. HEX triplet: 74, 79 and DA. RGB value is (116,121,218). Sum of RGB (Red+Green+Blue) = 116+121+218=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #7479DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479DA is #8B8625. Grayscale: #828282. Windows color (decimal): -9143846 or 14317940. OLE color: 14317940.

HSL color Cylindrical-coordinate representation of color #7479DA: hue angle of 237.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7479DA is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116121218-
CMYK0.470.4400.15
HSL237.06º57.95%65.49%-
HSV(B)237.06º46.79%85.49%-
XYZ26.6922.4569.26-
YUV130.56177.34117.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=25.49%
G=26.59%
B=47.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161212180.470.4400.15237.0657.9565.49
Hex7479DA2F2C0Fed3a41
Octal164171332575401735572101
Binary111010011110011101101010111110110001111111011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7479DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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