#746DBF

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

Shades of Moody Blue #746DBF

Tints of Moody Blue #746DBF

Color information

#746DBF (or 0x746DBF) is unknown color: approx Moody Blue. HEX triplet: 74, 6D and BF. RGB value is (116,109,191). Sum of RGB (Red+Green+Blue) = 116+109+191=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #746DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DBF is #8B9240. Grayscale: #787878. Windows color (decimal): -9146945 or 12545396. OLE color: 12545396.

HSL color Cylindrical-coordinate representation of color #746DBF: hue angle of 245.12º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746DBF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116109191-
CMYK0.390.4300.25
HSL245.12º39.05%58.82%-
HSV(B)245.12º42.93%74.9%-
XYZ22.0818.4151.68-
YUV120.44167.82124.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 191 (75% from 255) = 45.91%
R=27.88%
G=26.20%
B=45.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161091910.390.4300.25245.1239.0558.82
Hex746DBF272B019f5273b
Octal16415527747530313654773
Binary111010011011011011111110011110101101100111110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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