#746DBA

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

Shades of Moody Blue #746DBA

Tints of Moody Blue #746DBA

Color information

#746DBA (or 0x746DBA) is unknown color: approx Moody Blue. HEX triplet: 74, 6D and BA. RGB value is (116,109,186). Sum of RGB (Red+Green+Blue) = 116+109+186=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #746DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DBA is #8B9245. Grayscale: #777777. Windows color (decimal): -9146950 or 12217716. OLE color: 12217716.

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

Color convert

RGB116109186-
CMYK0.380.4100.27
HSL245.45º35.81%57.84%-
HSV(B)245.45º41.4%72.94%-
XYZ21.5318.248.83-
YUV119.87165.32125.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 109 (42.97% from 255) = 26.52%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=28.22%
G=26.52%
B=45.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161091860.380.4100.27245.4535.8157.84
Hex746DBA262901Bf5243a
Octal16415527246510333654472
Binary111010011011011011101010011010100101101111110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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