#746FC0

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

Shades of Moody Blue #746FC0

Tints of Moody Blue #746FC0

Color information

#746FC0 (or 0x746FC0) is unknown color: approx Moody Blue. HEX triplet: 74, 6F and C0. RGB value is (116,111,192). Sum of RGB (Red+Green+Blue) = 116+111+192=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #746FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FC0 is #8B903F. Grayscale: #797979. Windows color (decimal): -9146432 or 12611444. OLE color: 12611444.

HSL color Cylindrical-coordinate representation of color #746FC0: hue angle of 243.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746FC0 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116111192-
CMYK0.400.4200.25
HSL243.7º39.13%59.41%-
HSV(B)243.7º42.19%75.29%-
XYZ22.418.8952.33-
YUV121.73167.66123.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.68%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=27.68%
G=26.49%
B=45.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161111920.400.4200.25243.739.1359.41
Hex746FC0282A019f4273b
Octal16415730050520313644773
Binary111010011011111100000010100010101001100111110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,192); }

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

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

 a { background-color: rgb(116,111,192); }

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

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

 span { border-color: rgb(116,111,192); }

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