#746DD0

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

Shades of Moody Blue #746DD0

Tints of Moody Blue #746DD0

Color information

#746DD0 (or 0x746DD0) is unknown color: approx Moody Blue. HEX triplet: 74, 6D and D0. RGB value is (116,109,208). Sum of RGB (Red+Green+Blue) = 116+109+208=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #746DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DD0 is #8B922F. Grayscale: #797979. Windows color (decimal): -9146928 or 13659508. OLE color: 13659508.

HSL color Cylindrical-coordinate representation of color #746DD0: hue angle of 244.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746DD0 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116109208-
CMYK0.440.4800.18
HSL244.24º51.3%62.16%-
HSV(B)244.24º47.6%81.57%-
XYZ24.0619.262.11-
YUV122.38176.32123.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 208 (81.64% from 255) = 48.04%
R=26.79%
G=25.17%
B=48.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161092080.440.4800.18244.2451.362.16
Hex746DD02C30012f4333e
Octal16415532054600223646376
Binary111010011011011101000010110011000001001011110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746DD0; }

 p { color: rgb(116,109,208); }

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

<style>
 a { background-color: #746DD0; }

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

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

<style>
 span { border-color: #746DD0; }

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

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