#746CBB

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

Shades of Moody Blue #746CBB

Tints of Moody Blue #746CBB

Color information

#746CBB (or 0x746CBB) is unknown color: approx Moody Blue. HEX triplet: 74, 6C and BB. RGB value is (116,108,187). Sum of RGB (Red+Green+Blue) = 116+108+187=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #746CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBB is #8B9344. Grayscale: #777777. Windows color (decimal): -9147205 or 12282996. OLE color: 12282996.

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

Color convert

RGB116108187-
CMYK0.380.4200.27
HSL246.08º36.74%57.84%-
HSV(B)246.08º42.25%73.33%-
XYZ21.5318.0349.36-
YUV119.4166.15125.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=28.22%
G=26.28%
B=45.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161081870.380.4200.27246.0836.7457.84
Hex746CBB262A01Bf6253a
Octal16415427346520333664572
Binary111010011011001011101110011010101001101111110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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