#746EBC

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

Shades of Moody Blue #746EBC

Tints of Moody Blue #746EBC

Color information

#746EBC (or 0x746EBC) is unknown color: approx Moody Blue. HEX triplet: 74, 6E and BC. RGB value is (116,110,188). Sum of RGB (Red+Green+Blue) = 116+110+188=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #746EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746EBC is #8B9143. Grayscale: #787878. Windows color (decimal): -9146692 or 12349044. OLE color: 12349044.

HSL color Cylindrical-coordinate representation of color #746EBC: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746EBC is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116110188-
CMYK0.380.4100.26
HSL244.62º36.79%58.43%-
HSV(B)244.62º41.49%73.73%-
XYZ21.8618.550-
YUV120.69165.99124.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=28.02%
G=26.57%
B=45.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161101880.380.4100.26244.6236.7958.43
Hex746EBC262901Af5253a
Octal16415627446510323654572
Binary111010011011101011110010011010100101101011110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,188); }

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

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

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

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

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

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

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