#746CBF

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

Shades of Moody Blue #746CBF

Tints of Moody Blue #746CBF

Color information

#746CBF (or 0x746CBF) is unknown color: approx Moody Blue. HEX triplet: 74, 6C and BF. RGB value is (116,108,191). Sum of RGB (Red+Green+Blue) = 116+108+191=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #746CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBF is #8B9340. Grayscale: #777777. Windows color (decimal): -9147201 or 12545140. OLE color: 12545140.

HSL color Cylindrical-coordinate representation of color #746CBF: hue angle of 245.78º 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 #746CBF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116108191-
CMYK0.390.4300.25
HSL245.78º39.34%58.63%-
HSV(B)245.78º43.46%74.9%-
XYZ21.9718.251.65-
YUV119.85168.15125.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 191 (75% from 255) = 46.02%
R=27.95%
G=26.02%
B=46.02%

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
Decimal1161081910.390.4300.25245.7839.3458.63
Hex746CBF272B019f6273b
Octal16415427747530313664773
Binary111010011011001011111110011110101101100111110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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