#746FCD

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

Shades of Moody Blue #746FCD

Tints of Moody Blue #746FCD

Color information

#746FCD (or 0x746FCD) is unknown color: approx Moody Blue. HEX triplet: 74, 6F and CD. RGB value is (116,111,205). Sum of RGB (Red+Green+Blue) = 116+111+205=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #746FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCD is #8B9032. Grayscale: #7A7A7A. Windows color (decimal): -9146419 or 13463412. OLE color: 13463412.

HSL color Cylindrical-coordinate representation of color #746FCD: hue angle of 243.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746FCD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116111205-
CMYK0.430.4600.20
HSL243.19º48.45%61.96%-
HSV(B)243.19º45.85%80.39%-
XYZ23.9119.4960.26-
YUV123.21174.16122.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=26.85%
G=25.69%
B=47.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161112050.430.4600.20243.1948.4561.96
Hex746FCD2B2E014f3303e
Octal16415731553560243636076
Binary111010011011111100110110101110111001010011110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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