#746CBC

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

Shades of Moody Blue #746CBC

Tints of Moody Blue #746CBC

Color information

#746CBC (or 0x746CBC) is unknown color: approx Moody Blue. HEX triplet: 74, 6C and BC. RGB value is (116,108,188). Sum of RGB (Red+Green+Blue) = 116+108+188=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #746CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBC is #8B9343. Grayscale: #777777. Windows color (decimal): -9147204 or 12348532. OLE color: 12348532.

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

Color convert

RGB116108188-
CMYK0.380.4300.26
HSL246º37.38%58.04%-
HSV(B)246º42.55%73.73%-
XYZ21.6418.0749.92-
YUV119.51166.65125.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.16%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=28.16%
G=26.21%
B=45.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161081880.380.4300.2624637.3858.04
Hex746CBC262B01Af6253a
Octal16415427446530323664572
Binary111010011011001011110010011010101101101011110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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