#746ABE

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

Shades of Moody Blue #746ABE

Tints of Moody Blue #746ABE

Color information

#746ABE (or 0x746ABE) is unknown color: approx Moody Blue. HEX triplet: 74, 6A and BE. RGB value is (116,106,190). Sum of RGB (Red+Green+Blue) = 116+106+190=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #746ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABE is #8B9541. Grayscale: #767676. Windows color (decimal): -9147714 or 12479092. OLE color: 12479092.

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

Color convert

RGB116106190-
CMYK0.390.4400.25
HSL247.14º39.25%58.04%-
HSV(B)247.14º44.21%74.51%-
XYZ21.6517.7451-
YUV118.57168.31126.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=28.16%
G=25.73%
B=46.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161061900.390.4400.25247.1439.2558.04
Hex746ABE272C019f7273a
Octal16415227647540313674772
Binary111010011010101011111010011110110001100111110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,190); }

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

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

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

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

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

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

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