#7474D6

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

Shades of Moody Blue #7474D6

Tints of Moody Blue #7474D6

Color information

#7474D6 (or 0x7474D6) is unknown color: approx Moody Blue. HEX triplet: 74, 74 and D6. RGB value is (116,116,214). Sum of RGB (Red+Green+Blue) = 116+116+214=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #7474D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474D6 is #8B8B29. Grayscale: #7E7E7E. Windows color (decimal): -9145130 or 14054516. OLE color: 14054516.

HSL color Cylindrical-coordinate representation of color #7474D6: hue angle of 240º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7474D6 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116116214-
CMYK0.460.4600.16
HSL240º54.44%64.71%-
HSV(B)240º45.79%83.92%-
XYZ25.5921.0666.33-
YUV127.17177120.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 214 (83.98% from 255) = 47.98%
R=26.01%
G=26.01%
B=47.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161162140.460.4600.1624054.4464.71
Hex7474D62E2E010f03641
Octal164164326565602036066101
Binary1110100111010011010110101110101110010000111100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7474D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7474D6; }

 p { color: rgb(116,116,214); }

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

<style>
 a { background-color: #7474D6; }

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

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

<style>
 span { border-color: #7474D6; }

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

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