#746bc1

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

Shades of Moody Blue #746BC1

Tints of Moody Blue #746BC1

Color information

#746BC1 (or 0x746BC1) is unknown color: approx Moody Blue. HEX triplet: 74, 6B and C1. RGB value is (116,107,193). Sum of RGB (Red+Green+Blue) = 116+107+193=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #746BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BC1 is #8B943E. Grayscale: #777777. Windows color (decimal): -9147455 or 12675956. OLE color: 12675956.

HSL color Cylindrical-coordinate representation of color #746BC1: hue angle of 246.28º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746BC1 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116107193-
CMYK0.400.4500.24
HSL246.28º40.95%58.82%-
HSV(B)246.28º44.56%75.69%-
XYZ22.0918.0852.78-
YUV119.5169.48125.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=27.88%
G=25.72%
B=46.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161071930.400.4500.24246.2840.9558.82
Hex746BC1282D018f6293b
Octal16415330150550303665173
Binary111010011010111100000110100010110101100011110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,193); }

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

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

 a { background-color: rgb(116,107,193); }

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

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

 span { border-color: rgb(116,107,193); }

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